python3Packages.ics: remove pep8 from tests

This commit is contained in:
Drew Risinger 2020-12-11 09:20:47 -05:00
parent 6bb2eae2ff
commit 0e0e02126f

View file

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