We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d1210 commit 178403dCopy full SHA for 178403d
1 file changed
justfile
@@ -60,9 +60,8 @@ test *args="-v --durations=5 --maxfail=10": && resync
60
uv run --extra test python -m pytest {{args}}
61
62
[group('test')]
63
-test-numpy *args="-v --durations=5 --maxfail=10": && resync
+test-numpy: && resync
64
uv run --extra test --with numpy python -m pytest test/test_bson.py
65
-# TODO - Remove args from test-numpy
66
67
68
run-tests *args: && resync
0 commit comments