From 13407e4215b766fd89dbb2f1baf28f05f0e3711f Mon Sep 17 00:00:00 2001 From: Graham Hukill Date: Tue, 3 Jun 2025 16:37:17 -0400 Subject: [PATCH] Full remove ETL_VERSION mentions --- tests/conftest.py | 1 - tests/test_cli.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 32f5631..16f41a2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -257,7 +257,6 @@ def empty_libguides_input_file(): @pytest.fixture def libguides_transformer(monkeypatch, run_id, libguides_input_file): - monkeypatch.setenv("ETL_VERSION", "2") return Transformer.load( "libguides", libguides_input_file, diff --git a/tests/test_cli.py b/tests/test_cli.py index 3b760f4..434f680 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -148,7 +148,6 @@ def test_transform_no_memory_fault_for_threaded_bs4_parsing(monkeypatch, tmp_pat by a source, and the number of records in the run requires multiple batches during parquet dataset writing. The exit code associated with this memory fault is -6. """ - monkeypatch.setenv("ETL_VERSION", "2") result = subprocess.run( # noqa: S603 [ # noqa: S607 "pipenv",