mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
python3Packages.subprocess-tee: disable rich test
This commit is contained in:
parent
2e572b45ae
commit
6f1ef4560c
@ -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 New Issue
Block a user