Skip to content

Commit 3fcc565

Browse files
committed
chore: run tests in poetry
1 parent 2546d88 commit 3fcc565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fix:
2323

2424
# run object-store python tests
2525
test-py:
26-
pytest object-store/ --benchmark-autosave --cov
26+
poetry run pytest object-store/ --benchmark-autosave --cov
2727

2828
# run object-store rust tests
2929
test-rs:

0 commit comments

Comments
 (0)