python3Packages.enrich: disable failing test

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:27 +02:00
parent 4e3d3a3e42
commit e30aabe996
@@ -15,6 +15,11 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook pytest-mock ];
disabledTests = [
# console output order is racy
"test_rich_console_ex"
];
pythonImportsCheck = [ "enrich" ];
meta = with lib; {