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 8f0f22f commit 7d8184aCopy full SHA for 7d8184a
Makefile
@@ -20,7 +20,7 @@ install-lint:
20
$(PIP) install -e ".[lint]"
21
22
pytest:
23
- $(pytest)
+ $(PYTEST)
24
25
coverage:
26
$(COVERAGE) run -m $(PYTEST)
0 commit comments