mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.mocket: disable failing test
This commit is contained in:
parent
060bb0f04d
commit
5bcf867fca
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue