Commit 6b6cca3d authored by Stefan Behnel's avatar Stefan Behnel

Fix test.

parent 3cb95b76
......@@ -33,8 +33,9 @@ import atest.package.module as module
assert module in sys.modules.values(), list(sys.modules)
assert sys.modules['atest.package.module'] is module, list(sys.modules)
if sys.version_info >= (3, 5):
from . import pymodule
# TODO: re-enable with PEP-489 support
#if sys.version_info >= (3, 5):
# from . import pymodule
######## atest/package/pymodule.py ########
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment