We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73910ce commit 8dec0d3Copy full SHA for 8dec0d3
justfile
@@ -60,11 +60,9 @@ test *args="-v --durations=5 --maxfail=10": && resync
60
uv run --extra test python -m pytest {{args}}
61
62
[group('test')]
63
-test-bson *args="-v --durations=5 --maxfail=10": && resync
+test-numpy *args="-v --durations=5 --maxfail=10": && resync
64
uv run --extra test --with numpy python -m pytest test/test_bson.py
65
66
-
67
68
69
run-tests *args: && resync
70
bash ./.evergreen/run-tests.sh {{args}}
0 commit comments