From 967c706bf01564c6b48e8f94b2f780eae1b23860 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira <nicoddemus@gmail.com> Date: Sun, 5 Apr 2015 12:29:18 -0300 Subject: [PATCH] Removed xfail from test since issue has been fixed on master --- tests/config/test_config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/config/test_config.py b/tests/config/test_config.py index eda492a26..dcb7d5616 100644 --- a/tests/config/test_config.py +++ b/tests/config/test_config.py @@ -161,9 +161,6 @@ class TestDefaultConfig: """Test validating of the default config.""" - @pytest.mark.xfail(reason='fails if run with other tests in this module, ' - 'succeeds if executed alone (The-Compiler, help)' - ) def test_default_config(self): """Test validating of the default config.""" conf = config.ConfigManager(None, None)