From 79991c3897544d9cf93db5a9930ee44dba3a2fcf Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 15 Apr 2023 16:22:05 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/anyio/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/anyio/default.nix b/pkgs/development/python-modules/anyio/default.nix index 9d2e2a333590d..20c0cab119a2b 100644 --- a/pkgs/development/python-modules/anyio/default.nix +++ b/pkgs/development/python-modules/anyio/default.nix @@ -74,6 +74,10 @@ buildPythonPackage rec { disabledTests = [ # block devices access "test_is_block_device" + # regression in python 3.11.3 and 3.10.11 + # https://github.com/agronholm/anyio/issues/550 + "TestTLSStream" + "TestTLSListener" ]; disabledTestPaths = [