From 0e0e02126fbdcb6f5907bd0241ff9eaa1a28bc4e Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Fri, 11 Dec 2020 09:20:47 -0500 Subject: [PATCH] python3Packages.ics: remove pep8 from tests --- pkgs/development/python-modules/ics/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ics/default.nix b/pkgs/development/python-modules/ics/default.nix index 9254cee65ab..30661c9bc91 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 ];