Skip to content

Commit

Permalink
python311Packages.aioimaplib: disable tests
Browse files Browse the repository at this point in the history
The tests rely on asynctest, which is not available for Python 3.11.
  • Loading branch information
mweinelt committed Jul 25, 2023
1 parent 69daeee commit 0eb9e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/aioimaplib/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 0eb9e9f

Please sign in to comment.