Skip to content

Commit 178403d

Browse files
committed
Remove unused args from just test-numpy
1 parent a7d1210 commit 178403d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ test *args="-v --durations=5 --maxfail=10": && resync
6060
uv run --extra test python -m pytest {{args}}
6161

6262
[group('test')]
63-
test-numpy *args="-v --durations=5 --maxfail=10": && resync
63+
test-numpy: && resync
6464
uv run --extra test --with numpy python -m pytest test/test_bson.py
65-
# TODO - Remove args from test-numpy
6665

6766
[group('test')]
6867
run-tests *args: && resync

0 commit comments

Comments
 (0)