mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.z3c-checkversions: disable python2 tests
the zope namespace will cause collisions for python2
This commit is contained in:
parent
780ee0d2d5
commit
ee9362f880
1 changed files with 1 additions and 0 deletions
|
@ -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 []
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue