python3Packages.niquests: fix build on darwin

This commit is contained in:
robert jakub
2026-03-06 19:52:49 +01:00
parent 6db4155f5a
commit 065c50d1b8
@@ -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"
];