diff --git a/pkgs/development/python-modules/aiosmtplib/default.nix b/pkgs/development/python-modules/aiosmtplib/default.nix index 82ee9e63acdf..af42ebdb3891 100644 --- a/pkgs/development/python-modules/aiosmtplib/default.nix +++ b/pkgs/development/python-modules/aiosmtplib/default.nix @@ -5,7 +5,7 @@ fetchFromGitHub, hypothesis, hatchling, - pytest-asyncio, + pytest-asyncio_0, pytestCheckHook, pythonOlder, trustme, @@ -30,7 +30,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aiosmtpd hypothesis - pytest-asyncio + pytest-asyncio_0 pytestCheckHook trustme ];