Skip to content

Commit

Permalink
pythonPackages.z3c-checkversions: disable python2 tests
Browse files Browse the repository at this point in the history
the zope namespace will cause collisions for python2
  • Loading branch information
Jonathan Ringer committed Mar 17, 2020
1 parent 780ee0d commit ee9362f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ zc_buildout ];
checkInputs = [ zope_testrunner ];
doCheck = !python.pkgs.isPy27;
checkPhase = ''
${python.interpreter} -m zope.testrunner --test-path=src []
'';
Expand Down

0 comments on commit ee9362f

Please sign in to comment.