python310Packages.geventhttpclient: disable tests on darwin
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user