We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830597c commit 7234b95Copy full SHA for 7234b95
1 file changed
setup.py
@@ -39,6 +39,9 @@
39
extras_require={
40
'testing': [
41
'coverage',
42
+ # remove flake8 once https://github.com/tholo/pytest-flake8/issues/87 is fixed
43
+ # and the new version of pytest-flake8 is released
44
+ 'flake8==4.0.1',
45
'pytest',
46
'pycparser',
47
'pytest-flake8',
0 commit comments