python311Packages.aioimaplib: disable tests

The tests rely on asynctest, which is not available for Python 3.11.
This commit is contained in:
Martin Weinelt
2023-07-28 12:15:35 +02:00
parent 57c99aa8ce
commit af32a73150
@@ -28,6 +28,9 @@ buildPythonPackage rec {
hash = "sha256-7Ta0BhtQSm228vvUa5z+pzM3UC7+BskgBNjxsbEb9P0=";
};
# https://github.com/bamthomas/aioimaplib/issues/54
doCheck = pythonOlder "3.11";
nativeCheckInputs = [
asynctest
docutils