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.
2 parents b921eea + 426e24c commit edf1cf2Copy full SHA for edf1cf2
requirements_dev.txt
@@ -1,6 +1,5 @@
1
mock==2.0.0
2
pytest==3.5.0
3
-pytest-pep8==1.0.6
4
-pytest-flakes==2.0.0
+pytest-flake8
5
pytest-cov==2.5.1
6
tox==3.0.0rc4
setup.py
@@ -27,8 +27,7 @@ def finalize_options(self):
27
TestCommand.finalize_options(self)
28
self.test_args = [
29
'-sv',
30
- '--pep8',
31
- '--flakes',
+ '--flake8',
32
'--cov', 'openapi_spec_validator',
33
'--cov-report', 'term-missing',
34
]
@@ -75,8 +74,7 @@ def run_tests(self):
75
74
tests_require=[
76
"mock",
77
"pytest",
78
- "pytest-pep8",
79
- "pytest-flakes",
+ "pytest-flake8",
80
"pytest-cov",
81
"tox",
82
],
0 commit comments