Thanks to visit codestin.com Credit goes to github.com
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 795d2b1 commit 9a587e1Copy full SHA for 9a587e1
requirements-dev.txt
@@ -3,15 +3,12 @@
3
4
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
5
6
-flake8-bugbear
7
-flake8-comprehensions
8
flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
9
# flake8-annotations # checks for presence of type annotations
10
# flake8-rst-docstrings # checks docstrings are valid RST
11
# flake8-builtins # warns about shadowing builtin names
12
# flake8-pytest-style
13
14
# pytest-flake8
15
-pytest-sugar
16
pytest-icdiff
17
# pytest-profiling
test-requirements.txt
@@ -1,9 +1,12 @@
1
ddt>=1.1.1
2
mypy
+
flake8
+flake8-bugbear
+flake8-comprehensions
virtualenv
pytest
pytest-cov
-gitdb>=4.0.1,<5
-typing-extensions>=3.7.4.3;python_version<"3.10"
+pytest-sugar
0 commit comments