python3Packages.enrich: disable failing test
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user