grok1.1 import error zope.app.testing.functional

Bug #584821 reported by Michael Haubenwallner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
grok
Won't Fix
Undecided
Unassigned

Bug Description

error when testing a new grokproject (1.0.3) created grok project (1.1)
---------

(grok11-dev)d2m@zaphod:~/workspace/grok11-dev/gp$ bin/test
Test-module import failures:

Module: gp.tests

Traceback (most recent call last):
  File "/home/d2m/workspace/grok11-dev/gp/src/gp/tests.py", line 4, in <module>
    from zope.app.testing.functional import ZCMLLayer
ImportError: No module named testing.functional

Running tests at level 1

Test-modules with import problems:
  gp.tests
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.

Revision history for this message
Christian Klinger (cklinger) wrote :

The result of a grokproject 1.0.3 run, is a project without zope.app.testing as a extras_require. To fix it you can add zope.app.testing in setup.py extras_require [test].

Changed in grok:
status: New → Won't Fix
Revision history for this message
Christian Klinger (cklinger) wrote :

In recent grokprojects we don't use zope.app.testing anymore.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.