pythonPackages.z3c-checkversions: disable python2 tests
the zope namespace will cause collisions for python2
Jonathan Ringer 5 years ago ee9362f8 780ee0d2
··· 18 18 19 19 propagatedBuildInputs = [ zc_buildout ]; 20 20 checkInputs = [ zope_testrunner ]; 21 21 + doCheck = !python.pkgs.isPy27; 21 22 checkPhase = '' 22 23 ${python.interpreter} -m zope.testrunner --test-path=src [] 23 24 '';