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" ];