mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.mocket: disable failing test
This commit is contained in:
@@ -90,6 +90,8 @@ buildPythonPackage rec {
|
||||
"test_gethostbyname"
|
||||
# httpx read failure
|
||||
"test_no_dangling_fds"
|
||||
# redis-py response mismatch
|
||||
"test_hgetall"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# fails on darwin due to upstream bug: https://github.com/mindflayer/python-mocket/issues/287
|
||||
|
||||
Reference in New Issue
Block a user