From 58aabd076ccf246de8de80b1b3e145331b15d026 Mon Sep 17 00:00:00 2001 From: Veronika Juraskova Date: Mon, 25 Nov 2024 22:35:46 +0000 Subject: [PATCH] Remove skipping failing tests in calculate --- tests/test_calculate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_calculate.py b/tests/test_calculate.py index 5f5e1841..056d985b 100644 --- a/tests/test_calculate.py +++ b/tests/test_calculate.py @@ -179,7 +179,6 @@ def test_method_and_keywords_invalid(): _method_and_keywords('invalid_method') -@pytest.mark.xfail def test_orca_keywords_success(set_config): """Test _orca_keywords retrieves the ORCA keywords from Config""" keywords = _orca_keywords() @@ -195,7 +194,6 @@ def test_orca_keywords_no_config(): _orca_keywords() -@pytest.mark.xfail def test_gaussian_keywords_success(set_config): """Test _gaussian_keywords retrieves the Gaussian keywords from Config""" keywords = _gaussian_keywords()