From 994137ba12858aa4fa576a31e8a60cd15feee994 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sun, 20 Mar 2022 23:31:27 +0000 Subject: [PATCH] python3Packages.mitmproxy: re-enable tests on darwin --- pkgs/development/python-modules/mitmproxy/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/mitmproxy/default.nix b/pkgs/development/python-modules/mitmproxy/default.nix index 21a77876d1ac..d56a2b77132c 100644 --- a/pkgs/development/python-modules/mitmproxy/default.nix +++ b/pkgs/development/python-modules/mitmproxy/default.nix @@ -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