pythonPackages.z3c-checkversions: disable python2 tests
the zope namespace will cause collisions for python2
This commit is contained in:
parent
780ee0d2d5
commit
ee9362f880
@ -18,6 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ zc_buildout ];
|
propagatedBuildInputs = [ zc_buildout ];
|
||||||
checkInputs = [ zope_testrunner ];
|
checkInputs = [ zope_testrunner ];
|
||||||
|
doCheck = !python.pkgs.isPy27;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m zope.testrunner --test-path=src []
|
${python.interpreter} -m zope.testrunner --test-path=src []
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user