Skip to content

Commit 1f8905f

Browse files
committed
fix tests command
1 parent e9b352e commit 1f8905f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: tests
3131
name: tests
32-
entry: bash -c "pip install . && pytest -v -xxx"
32+
entry: bash -c "pip install . && pytest -v tests"
3333
description: Run all tests
3434
language: system
3535
types: [python]

0 commit comments

Comments
 (0)