Skip to content

Commit

Permalink
Merge pull request #144784 from urbas/subprocess-tee-no-molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 5, 2021
2 parents 89ec866 + d747e78 commit f622830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/subprocess-tee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit f622830

Please sign in to comment.