Skip to content

Commit 4d66098

Browse files
committed
resolve coverage conflict deps
1 parent a98a1d3 commit 4d66098

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ lint: ## check style with flake8
6767
test: ## run tests quickly with the default Python
6868
pytest
6969

70-
report:
71-
pytest --cov-report html --cov=featureflags tests/
72-
7370
test-all: ## run tests on every Python version with tox
7471
tox
7572

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ twine==3.4.1
1414
pytest==5.1
1515
pytest-runner==5.1
1616
pytest-mock==3.6.1
17-
pytest-cov==3.0.0
1817
setuptools~=54.2.0
1918
httpx~=0.16.1
2019
attrs~=21.2.0

0 commit comments

Comments
 (0)