pythonPackages.kubernetes: disable tests for python2
python2 is unable to traverse other google namespaces
This commit is contained in:
parent
e7c1bff676
commit
85e2d6a935
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
|||||||
sed -e '/ipaddress/d' -i requirements.txt
|
sed -e '/ipaddress/d' -i requirements.txt
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
|
doCheck = pythonAtLeast "3";
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user