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, fetchFromGitHub,
hypothesis, hypothesis,
hatchling, hatchling,
pytest-asyncio, pytest-asyncio_0,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,
trustme, trustme,
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
aiosmtpd aiosmtpd
hypothesis hypothesis
pytest-asyncio pytest-asyncio_0
pytestCheckHook pytestCheckHook
trustme trustme
]; ];