python3Packages.enrich: disable failing test

This commit is contained in:
Martin Weinelt 2022-07-20 01:28:23 +02:00
parent 4e3d3a3e42
commit e30aabe996

View file

@ -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; {