python312Packages.imap-tools: skip broken test

This commit is contained in:
K900
2024-10-02 10:42:03 +03:00
parent cf1d700e04
commit 9963eb16ec
@@ -34,6 +34,10 @@ buildPythonPackage rec {
"test_folders"
"test_idle"
"test_live"
# broken by Python 3.12.6 email parsing changes: https://github.com/ikvk/imap_tools/issues/242
# FIXME: remove when fixed
"test_utils"
];
pythonImportsCheck = [ "imap_tools" ];