aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-30 16:46:44 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:25 +0100
commit7308561b35a27f1407ac32a8d1e283a4568fb370 (patch)
treed1f159c84e1a3fde96d72972f73b88d8cf4d3721
parent3d3a388d0c5a82ead1e3e473e0b500a60fdf09ba (diff)
python3Packages.portend: fix build
-rw-r--r--pkgs/development/python-modules/portend/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/portend/default.nix b/pkgs/development/python-modules/portend/default.nix
index d5cae95efb7b..280cadf4db4e 100644
--- a/pkgs/development/python-modules/portend/default.nix
+++ b/pkgs/development/python-modules/portend/default.nix
@@ -10,7 +10,6 @@ buildPythonPackage rec {
sha256 = "ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379";
};
- patches = [ ./black-19.10b0.patch ];
postPatch = ''
substituteInPlace pytest.ini --replace "--flake8" ""
'';