Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add flake8-bugbear and -comprehensions to test-requirements.txt
- Loading branch information
Showing
with
6 additions
and 6 deletions.
- +0 −3 requirements-dev.txt
- +6 −3 test-requirements.txt
@@ -1,9 +1,12 @@ | ||
ddt>=1.1.1 | ||
mypy | ||
|
||
flake8 | ||
flake8-bugbear | ||
flake8-comprehensions | ||
|
||
virtualenv | ||
|
||
pytest | ||
pytest-cov | ||
pytest-sugar | ||
gitdb>=4.0.1,<5 | ||
typing-extensions>=3.7.4.3;python_version<"3.10" | ||
pytest-sugar |