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