We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3648972 commit c782fdaCopy full SHA for c782fda
1 file changed
tests/conftest.py
@@ -297,8 +297,8 @@ def with_test_cache(test_files_directory, request):
297
openml.config.set_root_cache_directory(_root_cache_directory)
298
if tmp_cache.exists():
299
shutil.rmtree(tmp_cache)
300
+
301
-
302
@pytest.fixture
303
def static_cache_dir():
304
return Path(__file__).parent / "files"
@@ -308,4 +308,4 @@ def workdir(tmp_path):
308
original_cwd = Path.cwd()
309
os.chdir(tmp_path)
310
yield tmp_path
311
- os.chdir(original_cwd)
+ os.chdir(original_cwd)
0 commit comments