From 1b13b40d737b037f28c4c8a0ebe81ecd809e3447 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Sun, 7 Sep 2025 13:22:15 +0200 Subject: [PATCH] python313Packages.aiosmtplib: fix pytest errors Signed-off-by: Florian Brandes --- pkgs/development/python-modules/aiosmtplib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];