From 841f4d8423fbf441ba153aa41ae09f9a8a9bb034 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 28 Apr 2013 22:24:19 +0430 Subject: [PATCH] skip one regression test --- test/test_regression.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_regression.py b/test/test_regression.py index e0a9cf20..57e70ec2 100755 --- a/test/test_regression.py +++ b/test/test_regression.py @@ -18,6 +18,8 @@ from jedi._compatibility import is_py25, utf8, unicode from jedi import api api_classes = api.api_classes +import pytest + #jedi.set_debug_function(jedi.debug.print_to_stdout) @@ -535,7 +537,7 @@ def test_settings_module(): -@unittest.skip("not yet fully fixed") +@pytest.mark.skip("not yet fully fixed") def test_no_duplicate_modules(): """ Make sure that import hack works as expected.