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 ];
|
||||
|
||||
# To prevent infinite recursion with pytest
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
pytest
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user