Merge pull request #144784 from urbas/subprocess-tee-no-molecule

This commit is contained in:
Sandro 2021-11-05 21:15:26 +01:00 committed by GitHub
commit f622830937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
];