fix issue with tests in ci
This commit is contained in:
@@ -5,5 +5,5 @@ import pytest
|
|||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def disable_telemetry(monkeypatch):
|
def disable_telemetry(monkeypatch):
|
||||||
monkeypatch.delenv("AXOLOTL_DO_NOT_TRACK")
|
monkeypatch.delenv("AXOLOTL_DO_NOT_TRACK", raising=False)
|
||||||
yield
|
yield
|
||||||
|
|||||||
Reference in New Issue
Block a user