nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python39Packages.uvloop: fix hydra darwin build

authored by

Stanisław Pitucha and committed by
Stanisław Pitucha
385e9c23 36cf8a45

+3
+3
pkgs/development/python-modules/uvloop/default.nix
··· 69 69 "--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set" 70 70 # Broken: https://github.com/NixOS/nixpkgs/issues/160904 71 71 "--deselect=tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost" 72 + # Flaky test: https://github.com/MagicStack/uvloop/issues/513 73 + "--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_5" 74 + "--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_6" 72 75 ]; 73 76 74 77 disabledTestPaths = [