From 9ef9a0f1fb19b89402c90e7b9e3087ce5c0f6506 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 22 Mar 2017 01:32:13 -0700 Subject: [PATCH] disable import tests (cherry picked from commit 58ac331) --- tests/test_package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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())