fix issue with tests in ci

This commit is contained in:
Dan Saunders
2025-02-24 21:30:34 +00:00
parent 4033fe74f8
commit 5a2a80cc48

View File

@@ -5,5 +5,5 @@ import pytest
@pytest.fixture(autouse=True)
def disable_telemetry(monkeypatch):
monkeypatch.delenv("AXOLOTL_DO_NOT_TRACK")
monkeypatch.delenv("AXOLOTL_DO_NOT_TRACK", raising=False)
yield