python3Packages.niquests: fix build on darwin (#497310)
This commit is contained in:
@@ -80,6 +80,7 @@ buildPythonPackage rec {
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# NameResolutionError: Failed to resolve 'localhost'
|
||||
"tests/test_rate_limiters.py"
|
||||
"tests/test_lowlevel.py"
|
||||
"tests/test_testserver.py"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user