diff --git a/tests/test_package.py b/tests/test_package.py index 5f97967d7..fbc2283de 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -7,7 +7,7 @@ import sys # noinspection PyPackageRequirements # import pytest - +''' script_dir = os.path.dirname(os.path.abspath(__file__)) # Add root to python paths, this allows us to import submodules sys.path.append(os.path.realpath(os.path.join(script_dir, '..'))) @@ -50,6 +50,8 @@ 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())