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

main
Sandro 3 years ago committed by GitHub
commit f622830937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/python-modules/subprocess-tee/default.nix

@ -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…
Cancel
Save