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 317c6e9 commit 503ab82Copy full SHA for 503ab82
1 file changed
tests/test_openml/test_config.py
@@ -37,7 +37,7 @@ def safe_environ_patcher(key: str, value: Any) -> Iterator[None]:
37
38
class TestConfig(openml.testing.TestBase):
39
@unittest.mock.patch("openml.config.openml_logger.warning")
40
- @unittest.mock.patch("openml.config.OpenMLConfigManager._create_log_handlers")
+ @unittest.mock.patch("openml._config.OpenMLConfigManager._create_log_handlers")
41
@unittest.skipIf(os.name == "nt", "https://github.com/openml/openml-python/issues/1033")
42
@unittest.skipIf(
43
platform.uname().release.endswith(("-Microsoft", "microsoft-standard-WSL2")),
0 commit comments