Skip to content

Commit 649ebbe

Browse files
use poetry to run pytest
1 parent c8a1c5e commit 649ebbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ proto:
88
poetry run python -m grpc_tools.protoc -I . --python_betterproto_out=./cent/proto cent/proto/apiproto.proto
99

1010
test:
11-
pytest -vv tests
11+
poetry run pytest -vv tests
1212

1313
lint:
1414
ruff .

0 commit comments

Comments
 (0)