python3Packages.zope_copy: disable tests for py2

This commit is contained in:
Jonathan Ringer 2020-11-05 15:33:47 -08:00
parent 802fa28d25
commit 1c18e51119

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, zope_interface
, zope_location
, zope_schema
@ -18,6 +19,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ zope_interface ];
doCheck = !isPy27; # namespace conflicts
checkInputs = [ zope_location zope_schema ];
checkPhase = ''