python313Packages.aiosmtplib: fix pytest errors

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-09-07 13:22:15 +02:00
parent 9edf02f03b
commit 832915f675

View File

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