Merge pull request #144784 from urbas/subprocess-tee-no-molecule
This commit is contained in:
commit
f622830937
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ buildPythonPackage rec {
|
|||
enrich
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# cyclic dependency on `molecule` (see https://github.com/pycontribs/subprocess-tee/issues/50)
|
||||
"test_molecule"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"subprocess_tee"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue