Redisable dynamic import test until eos.types is gone

This commit is contained in:
Ebag333
2017-02-05 16:28:16 -08:00
parent e4cd66be5c
commit 808f070df4

View File

@@ -49,6 +49,9 @@ def eos_modules():
)
yield mod_name
# TODO: Disable walk through Eos paths until eos.types is killed. eos.types causes the import to break
'''
@pytest.mark.parametrize("mod_name", eos_modules())
def test_eos_imports(mod_name):
assert importlib.import_module(mod_name)
'''