pythonPackages.coloredlogs: disable impure tests
This commit is contained in:
parent
1e8150a26a
commit
3161b8b914
@ -19,7 +19,8 @@ buildPythonPackage rec {
|
|||||||
});
|
});
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
PATH=$PATH:$out/bin pytest . -k "not test_plain_text_output_format"
|
PATH=$PATH:$out/bin pytest . -k "not test_plain_text_output_format \
|
||||||
|
and not test_auto_install"
|
||||||
'';
|
'';
|
||||||
checkInputs = [ pytest mock utillinux ];
|
checkInputs = [ pytest mock utillinux ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user