pythonPackages.zope-deferredimport: disable tests
relies on zope-testrunner. Import fails, likely because of how zope-testrunner functions.
This commit is contained in:
@@ -23,6 +23,8 @@ buildPythonPackage rec {
|
||||
zope-testrunner --test-path=src []
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Allows you to perform imports names that will only be resolved when used in the code";
|
||||
homepage = https://github.com/zopefoundation/zope.deferredimport;
|
||||
|
||||
Reference in New Issue
Block a user