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 b440f74 commit d4db2c8Copy full SHA for d4db2c8
Makefile
@@ -6,6 +6,6 @@ lint:
6
test:
7
PYTHON_VERSION=$$(python3 --version) && \
8
if echo "$${PYTHON_VERSION}" | grep -q "3.10"; \
9
- then pytest tests; \
+ then python3 -m pytest tests; \
10
else nosetests -v --with-coverage --cover-package=$(PROJECT) tests; \
11
fi
0 commit comments