summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ics
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2020-12-11 09:20:47 -0500
committerDrew Risinger <drewrisinger@users.noreply.github.com>2020-12-11 09:20:47 -0500
commit0e0e02126fbdcb6f5907bd0241ff9eaa1a28bc4e (patch)
tree4b14f9216d51a8e8550371d3b47c16b8438c57c2 /pkgs/development/python-modules/ics
parenttreewide: remove dead pytestpep8 references (diff)
downloadnixpkgs-0e0e02126fbdcb6f5907bd0241ff9eaa1a28bc4e.tar.gz
python3Packages.ics: remove pep8 from tests
Diffstat (limited to 'pkgs/development/python-modules/ics')
-rw-r--r--pkgs/development/python-modules/ics/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];