mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python38Packages.subprocess-tee: test_molecule disabled
This commit is contained in:
parent
914813789d
commit
d747e78e52
@ -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 New Issue
Block a user