mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python3Packages.ics: remove pep8 from tests
This commit is contained in:
parent
6bb2eae2ff
commit
0e0e02126f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue