Skip to content

Commit d4db2c8

Browse files
correct pytest command
1 parent b440f74 commit d4db2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ lint:
66
test:
77
PYTHON_VERSION=$$(python3 --version) && \
88
if echo "$${PYTHON_VERSION}" | grep -q "3.10"; \
9-
then pytest tests; \
9+
then python3 -m pytest tests; \
1010
else nosetests -v --with-coverage --cover-package=$(PROJECT) tests; \
1111
fi

0 commit comments

Comments
 (0)