python310Packages.geventhttpclient: disable tests on darwin

This commit is contained in:
Sandro Jäckel
2023-09-10 12:07:58 +00:00
committed by Anderson Torres
parent 893558c92e
commit ba4d3fd93f
@@ -8,6 +8,7 @@
, pytestCheckHook
, pythonOlder
, six
, stdenv
, urllib3
}:
@@ -36,6 +37,9 @@ buildPythonPackage rec {
urllib3
];
# lots of: [Errno 48] Address already in use: ('127.0.0.1', 54323)
doCheck = !stdenv.isDarwin;
__darwinAllowLocalNetworking = true;
disabledTests = [