python3Packages.subprocess-tee: disable rich test
This commit is contained in:
parent
2e572b45ae
commit
6f1ef4560c
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# cyclic dependency on `molecule` (see https://github.com/pycontribs/subprocess-tee/issues/50)
|
||||
"test_molecule"
|
||||
# duplicates in console output, rich issue
|
||||
"test_rich_console_ex"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue