python310Packages.anyio: Disable failing tests

These regressed in python 3.10.11 and 3.11.3 due to changes in the
transport EOF handling for OpenSSL 3.0.

(cherry picked from commit 79991c3897544d9cf93db5a9930ee44dba3a2fcf)
https://hydra.nixos.org/build/216627051/nixlog/1/tail
This commit is contained in:
Martin Weinelt 2023-04-15 16:22:05 +02:00 committed by Vladimír Čunát
parent 26bd8755a4
commit 9f898cbfa7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -75,6 +75,10 @@ buildPythonPackage rec {
"test_exception_group_children"
"test_exception_group_host"
"test_exception_group_filtering"
# regression in python 3.11.3 and 3.10.11
# https://github.com/agronholm/anyio/issues/550
"TestTLSStream"
"TestTLSListener"
];
disabledTestPaths = [