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 a98a1d3 commit 4d66098Copy full SHA for 4d66098
Makefile
@@ -67,9 +67,6 @@ lint: ## check style with flake8
67
test: ## run tests quickly with the default Python
68
pytest
69
70
-report:
71
- pytest --cov-report html --cov=featureflags tests/
72
-
73
test-all: ## run tests on every Python version with tox
74
tox
75
requirements_dev.txt
@@ -14,7 +14,6 @@ twine==3.4.1
14
pytest==5.1
15
pytest-runner==5.1
16
pytest-mock==3.6.1
17
-pytest-cov==3.0.0
18
setuptools~=54.2.0
19
httpx~=0.16.1
20
attrs~=21.2.0
0 commit comments