Updated to main branch. Removed cluttering asyncio and httpx log messages
This commit is contained in:
@@ -19,7 +19,6 @@ def temporary_home(monkeypatch: pytest.MonkeyPatch) -> Iterator[Path]:
|
||||
monkeypatch.chdir(str(path))
|
||||
yield path
|
||||
else:
|
||||
log.debug("TEST_TEMPORARY_DIR not set, using TemporaryDirectory")
|
||||
with tempfile.TemporaryDirectory(prefix="pytest-") as dirpath:
|
||||
monkeypatch.setenv("HOME", str(dirpath))
|
||||
monkeypatch.chdir(str(dirpath))
|
||||
|
||||
Reference in New Issue
Block a user