Skip to content

Commit 05c9fff

Browse files
committed
Merge branch 'remove-deprecated-objects' of github.com:rcap107/skrub into pr/rcap107/1567
2 parents 917c353 + 1218f28 commit 05c9fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def use_fit_transform(request):
249249

250250

251251
@pytest.fixture(autouse=True)
252-
def _reset_config_to_base():
252+
def reset_config_to_base():
253253
"""Autouse fixture that resets config to base_config before each test.
254254
255255
This ensures that tests run in isolation, don't affect each other's

0 commit comments

Comments
 (0)