Skip to content

Commit 4f9ef1f

Browse files
authored
Update dev-requirements.txt
Add pytest plugins
1 parent bc48d75 commit 4f9ef1f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

dev-requirements.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
ddt>=1.1.1
2-
coverage
3-
flake8
4-
flake8-type-checking;python_version>="3.8"
5-
tox
6-
mypy
1+
-r requirements.txt
2+
-r test-requirements.txt
3+
74
pytest
85
pytest-cov
9-
gitdb>=4.0.1,<5
10-
typing-extensions>=3.7.4.3;python_version<"3.10"
6+
pytest-sugar
7+
pytest-icdiff

0 commit comments

Comments
 (0)