python3Packages.enrich: disable failing test
This commit is contained in:
parent
4e3d3a3e42
commit
e30aabe996
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue