forked from mirrors/nixpkgs
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
|
||||
'' else "");
|
||||
|
||||
doCheck = pythonAtLeast "3";
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue