python3Packages.mocket: disable failing test

This commit is contained in:
Martin Weinelt 2026-06-28 17:53:10 +02:00
commit 5bcf867fca
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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