Unable to run test case without Gtk
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
In Progress
|
Undecided
|
Unassigned |
Bug Description
Versions: Zim trunk r409, Debian 6, Python 2.6, python-unittest2 0.5.1-1
doublej@
Traceback (most recent call last):
File "./test.py", line 17, in <module>
import tests
File "/home/
from unittest import skip, skipIf, skipUnless
ImportError: cannot import name skip
After applying attached patch:
doublej@
Traceback (most recent call last):
File "./test.py", line 237, in <module>
main()
File "./test.py", line 88, in main
suite = tests.load_
File "/home/
test = loader.
File "/usr/lib/
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'applications'
summary: |
- Unable to run test case with Python 2.6 + Unable to run test case without Gtk |
Will commit in rev410