diff --git a/pkgs/development/python-modules/ics/default.nix b/pkgs/development/python-modules/ics/default.nix index 9254cee65ab7..30661c9bc91a 100644 --- a/pkgs/development/python-modules/ics/default.nix +++ b/pkgs/development/python-modules/ics/default.nix @@ -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 ];