forked from mirrors/nixpkgs
python3Packages.mitmproxy: re-enable tests on darwin
This commit is contained in:
parent
eebff74729
commit
994137ba12
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue