python3Packages.zope_copy: disable tests for py2
This commit is contained in:
parent
802fa28d25
commit
1c18e51119
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user