From e3ad49cbc42c2afcaa30de300e58d142effd03cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 25 Jan 2025 09:41:17 +0100 Subject: [PATCH] python3Packages.uvloop: avoid test_dns Example issues: https://hydra.nixos.org/build/286095873/nixlog/2/tail --- pkgs/development/python-modules/uvloop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/uvloop/default.nix b/pkgs/development/python-modules/uvloop/default.nix index 5bfc3509d174..5976e3249e2e 100644 --- a/pkgs/development/python-modules/uvloop/default.nix +++ b/pkgs/development/python-modules/uvloop/default.nix @@ -69,6 +69,8 @@ buildPythonPackage rec { "--deselect=tests/test_process.py::Test_AIO_Process::test_process_streams_redirect" # Depends on performance of builder "--deselect=tests/test_base.py::TestBaseUV.test_call_at" + # Pointless and flaky (at least on darwin, depending on the sandbox perhaps) + "--deselect=tests/test_dns.py" ] ++ lib.optionals (pythonOlder "3.11") [ "--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificat"