pythonPackages.wcwidth: disable test
To prevent infinite recursion with pytest
This commit is contained in:
parent
aad6f1ca90
commit
9358a152d8
@ -11,6 +11,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
# To prevent infinite recursion with pytest
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user