mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.imap-tools: disable failing test
This commit is contained in:
@@ -29,6 +29,9 @@ buildPythonPackage rec {
|
||||
"test_connectio"
|
||||
"test_attributes"
|
||||
"test_live"
|
||||
# logic operator tests broken in 0.49.0
|
||||
# https://github.com/ikvk/imap_tools/issues/143
|
||||
"test_logic_operators"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "imap_tools" ];
|
||||
|
||||
Reference in New Issue
Block a user