python3Packages.aiosmtpd: disable tests on Python > 3.9

This commit is contained in:
Fabian Affolter 2022-02-08 18:39:10 +01:00
parent cd16671b3c
commit 3f8e4ad60c

View File

@ -35,6 +35,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# Fixes for Python 3.10 can't be applied easily, https://github.com/aio-libs/aiosmtpd/pull/294
doCheck = pythonOlder "3.10";
disabledTests = [
# Requires git
"test_ge_master"