Merge pull request #158662 from fabaff/fix-aiosmtpd
python3Packages.aiosmtpd: disable tests on Python > 3.9
This commit is contained in:
commit
154855a4a4
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue