Skip to content

Commit

Permalink
python310Packages.anyio: Disable failing tests
Browse files Browse the repository at this point in the history
These regressed in python 3.10.11 and 3.11.3 due to changes in the
transport EOF handling for OpenSSL 3.0.
  • Loading branch information
mweinelt committed Apr 15, 2023
1 parent 4830e66 commit 79991c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/anyio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 79991c3

Please sign in to comment.