python3Packages.imap-tools: disable failing test
This commit is contained in:
parent
f3def87b05
commit
f3d3d96858
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ buildPythonPackage rec {
|
||||||
"test_connectio"
|
"test_connectio"
|
||||||
"test_attributes"
|
"test_attributes"
|
||||||
"test_live"
|
"test_live"
|
||||||
|
# logic operator tests broken in 0.49.0
|
||||||
|
# https://github.com/ikvk/imap_tools/issues/143
|
||||||
|
"test_logic_operators"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "imap_tools" ];
|
pythonImportsCheck = [ "imap_tools" ];
|
||||||
|
|
Loading…
Reference in a new issue