summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-15 16:22:05 +0200
committerVladimír Čunát <v@cunat.cz>2023-04-18 11:53:52 +0200
commit9f898cbfa7d9f2f0050e2291099b7b41c104a526 (patch)
treeb47a1004771c954ff0540501de8d491cea1fa8c3
parent26bd8755a40c00b748aa7260dacb67f1c6b86645 (diff)
downloadnixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar.gz
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar.bz2
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar.lz
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar.xz
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.tar.zst
nixpkgs-9f898cbfa7d9f2f0050e2291099b7b41c104a526.zip
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
-rw-r--r--pkgs/development/python-modules/anyio/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/anyio/default.nix b/pkgs/development/python-modules/anyio/default.nix
index 4f44f1bd6de..5153a2b4d26 100644
--- a/pkgs/development/python-modules/anyio/default.nix
+++ b/pkgs/development/python-modules/anyio/default.nix
@@ -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 = [