From 0d6c13429169e56138e3a63320c8b51a38c516bc Mon Sep 17 00:00:00 2001 From: PGijsbers Date: Wed, 11 Dec 2024 12:34:28 +0200 Subject: [PATCH] Mark test as production --- tests/test_setups/test_setup_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_setups/test_setup_functions.py b/tests/test_setups/test_setup_functions.py index 9e357f6aa..259cb98b4 100644 --- a/tests/test_setups/test_setup_functions.py +++ b/tests/test_setups/test_setup_functions.py @@ -115,6 +115,7 @@ def test_existing_setup_exists_3(self): ), ) + @pytest.mark.production() def test_get_setup(self): # no setups in default test server openml.config.server = "https://www.openml.org/api/v1/xml/"