3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.mitmproxy: re-enable tests on darwin

This commit is contained in:
Robert Scott 2022-03-20 23:31:27 +00:00
parent eebff74729
commit 994137ba12

View file

@ -98,8 +98,6 @@ buildPythonPackage rec {
requests
];
doCheck = !stdenv.isDarwin;
postPatch = ''
# remove dependency constraints
sed 's/>=\([0-9]\.\?\)\+\( \?, \?<\([0-9]\.\?\)\+\)\?\( \?, \?!=\([0-9]\.\?\)\+\)\?//' -i setup.py