pythonPackages.zope-deferredimport: disable tests
relies on zope-testrunner. Import fails, likely because of how zope-testrunner functions.
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ zope_interface zope_exceptions zope_testing six ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
doCheck = false; # custom test modifies sys.path
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible test runner with layer support";
|
||||
|
||||
Reference in New Issue
Block a user