3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.python-utils: remove pep8 from tests

This commit is contained in:
Drew Risinger 2020-12-11 09:22:33 -05:00
parent cc0bc67e5c
commit 86be4c0005

View file

@ -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 ];