You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test suite triggers exceptions with Python 3.4. I use Astroid 1.1.0.
======================== unittest_nodes.py =========================
unhandled exception occurred while testing unittest_nodes
Traceback (most recent call last):
File "/usr/lib64/python3.4/site-packages/logilab/common/pytest.py", line 429, in testfile
options=self.options, outstream=sys.stderr)
File "/usr/lib64/python3.4/site-packages/logilab/common/pytest.py", line 765, in __init__
testLoader=NonStrictTestLoader())
File "/usr/lib64/python3.4/unittest/main.py", line 63, in __init__
self.module = __import__(module)
File "/tmp/astroid-1.1.0/build/lib/astroid/test/unittest_nodes.py", line 28, in <module>
from data import module as test_module
ImportError: cannot import name 'module'
======================= unittest_builder.py ========================
unhandled exception occurred while testing unittest_builder
Traceback (most recent call last):
File "/usr/lib64/python3.4/site-packages/logilab/common/pytest.py", line 429, in testfile
options=self.options, outstream=sys.stderr)
File "/usr/lib64/python3.4/site-packages/logilab/common/pytest.py", line 765, in __init__
testLoader=NonStrictTestLoader())
File "/usr/lib64/python3.4/unittest/main.py", line 63, in __init__
self.module = __import__(module)
File "/tmp/astroid-1.1.0/build/lib/astroid/test/unittest_builder.py", line 38, in <module>
from data import module as test_module
ImportError: cannot import name 'module'
Originally reported by: Arfrever Frehtes Taifersar Arahesis (BitBucket: arfrever, GitHub: @Arfrever?)
Test suite triggers exceptions with Python 3.4. I use Astroid 1.1.0.
The text was updated successfully, but these errors were encountered: