Skip to content

Commit dffec6b

Browse files
committed
allow parallel testing of study retrieval functions
1 parent 152ad34 commit dffec6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_study/test_study_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from openml.testing import TestBase
44

55
class TestStudyFunctions(TestBase):
6+
_multiprocess_can_split_ = True
67

78
def test_get_study(self):
89
openml.config.server = self.production_server

0 commit comments

Comments
 (0)