From 9baff4c2e14dc66e913102c3345c4071662f7415 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 10 May 2026 16:41:49 +0700 Subject: [PATCH] python3Packages.pytest-asyncio-cooperative: skip tests broken by pytest 9 --- .../python-modules/pytest-asyncio-cooperative/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/pytest-asyncio-cooperative/default.nix b/pkgs/development/python-modules/pytest-asyncio-cooperative/default.nix index b77d0c6daf98..86ae99c77e9c 100644 --- a/pkgs/development/python-modules/pytest-asyncio-cooperative/default.nix +++ b/pkgs/development/python-modules/pytest-asyncio-cooperative/default.nix @@ -29,6 +29,9 @@ buildPythonPackage rec { "test_session_scope_gen" "test_session_scope_async_gen" "test_retry" + # pytester outcomes shift under pytest 9 (warning -> error) + "test_fixture_nested_exception" + "test_shared_fixture_caching" ]; pythonImportsCheck = [ "pytest_asyncio_cooperative" ];