mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
python3Packages.uvloop: avoid test_dns
Example issues: https://hydra.nixos.org/build/286095873/nixlog/2/tail
This commit is contained in:
parent
b52c272c89
commit
e3ad49cbc4
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue