python311Packages.aioimaplib: disable tests
The tests rely on asynctest, which is not available for Python 3.11.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user