diff --git a/umap/tests/integration/conftest.py b/umap/tests/integration/conftest.py index a0b4a04b..5112c78a 100644 --- a/umap/tests/integration/conftest.py +++ b/umap/tests/integration/conftest.py @@ -22,7 +22,7 @@ def set_timeout(context): @pytest.fixture(autouse=True) def mock_osm_tiles(page): - if not bool(os.environ.get("PLAYWRIGHT_USE_TILES", False)): + if not bool(os.environ.get("PWDEBUG", False)): page.route("*/**/osmfr/**", lambda route: route.fulfill())