mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
python3Packages.aiosmtpd: disable tests on Python > 3.9
This commit is contained in:
parent
cd16671b3c
commit
3f8e4ad60c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user