python3Packages.aiosmtpd: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:38:53 +01:00
parent 86bea32e74
commit e40b9c9e98
@@ -6,7 +6,6 @@
fetchFromGitHub,
pytest-mock,
pytestCheckHook,
pythonOlder,
setuptools,
# for passthru.tests
@@ -38,8 +37,8 @@ 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";
# Fixes can't be applied easily, https://github.com/aio-libs/aiosmtpd/pull/294
doCheck = false;
disabledTests = [
# Requires git