forked from mirrors/nixpkgs
pythonPackages.python-utils: remove pep8 from tests
This commit is contained in:
parent
cc0bc67e5c
commit
86be4c0005
|
@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm -r tests/__pycache__
|
rm -r tests/__pycache__
|
||||||
rm tests/*.pyc
|
rm tests/*.pyc
|
||||||
|
substituteInPlace pytest.ini --replace "--pep8" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner pytestcov pytest-flakes sphinx ];
|
checkInputs = [ pytest pytestrunner pytestcov pytest-flakes sphinx ];
|
||||||
|
|
Loading…
Reference in a new issue