Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove _multiprocess_can_split_ as it is a nose directive
and we use pytest
  • Loading branch information
PGijsbers committed Jul 8, 2023
commit 3231f667834cd22e30db64dc0ac1e40690e1030b
2 changes: 0 additions & 2 deletions tests/test_utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ def mocked_perform_api_call(call, request_method):


class OpenMLTaskTest(TestBase):
_multiprocess_can_split_ = True
Comment thread
PGijsbers marked this conversation as resolved.

def test_list_all(self):
openml.utils._list_all(listing_call=openml.tasks.functions._list_tasks)
openml.utils._list_all(
Expand Down