python3Packages.portend: fix build

This commit is contained in:
Jonathan Ringer
2020-12-01 14:44:25 +01:00
committed by Frederik Rietdijk
parent 3d3a388d0c
commit 7308561b35
@@ -10,7 +10,6 @@ buildPythonPackage rec {
sha256 = "ac0e57ae557f75dc47467579980af152e8f60bc2139547eff8469777d9110379";
};
patches = [ ./black-19.10b0.patch ];
postPatch = ''
substituteInPlace pytest.ini --replace "--flake8" ""
'';