fix issue with tests in ci

This commit is contained in:
Dan Saunders
2025-02-24 21:30:34 +00:00
parent cae8c7636b
commit 07bb41812b

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