Skip to content

Commit

Permalink
Remove pytest-cov which is no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
foonoxous authored and foonoxous committed Dec 7, 2021
1 parent 5fe7c3c commit 8468c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
extras_require={
"gui": ["pyside6>=6.2.1"],
"test": ["pytest", "pytest-sugar", "pytest-mock", "coverage", "pytest-cov", "mypy", "bandit"],
"dev": ["tox", "isort", "yapf"]
"test": ["pytest", "pytest-sugar", "pytest-mock", "coverage", "mypy", "bandit"],
"dev": ["tox", "isort", "yapf"],
},
include_package_data=True,
entry_points=dict(
Expand Down

0 comments on commit 8468c26

Please sign in to comment.