Skip to content
Closed
Changes from all commits
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
test: make scope function as individual functions might change the se…
…rver
  • Loading branch information
LennartPurucker committed Oct 18, 2024
commit 14250d6fbc9bdcd568d06ab29d1aab754a66d9cb
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def as_robot() -> Iterator[None]:
openml.config.set_retry_policy(policy, n_retries)


@pytest.fixture(autouse=True, scope="session")
@pytest.fixture(autouse=True, scope="function")
def with_test_server():
openml.config.start_using_configuration_for_example()
yield
Expand Down