Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down