python3Packages.ics: remove pep8 from tests
This commit is contained in:
parent
6bb2eae2ff
commit
0e0e02126f
|
@ -20,6 +20,7 @@ buildPythonPackage rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "arrow>=0.11,<0.15" "arrow"
|
--replace "arrow>=0.11,<0.15" "arrow"
|
||||||
|
substituteInPlace setup.cfg --replace "--pep8" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytest-flakes ];
|
checkInputs = [ pytestCheckHook pytest-flakes ];
|
||||||
|
|
Loading…
Reference in New Issue