3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.kubernetes: disable tests for python2

python2 is unable to traverse other google namespaces
This commit is contained in:
Jonathan Ringer 2020-03-18 15:36:13 -07:00 committed by Jon
parent e7c1bff676
commit 85e2d6a935

View file

@ -17,6 +17,7 @@ buildPythonPackage rec {
sed -e '/ipaddress/d' -i requirements.txt
'' else "");
doCheck = pythonAtLeast "3";
checkPhase = ''
py.test
'';