Skip to content

Commit 305ff79

Browse files
committed
Updated PyTest
1 parent 8d52aa8 commit 305ff79

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_feature_engineering.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ def test_run_feature_engineering(tmp_path, monkeypatch):
3838
# ----------------------------
3939
monkeypatch.chdir(tmp_path)
4040

41+
# ----------------------------
42+
# Step 3.5: Disable S3 for test
43+
# ----------------------------
44+
monkeypatch.setenv("USE_S3", "false")
45+
4146
# ----------------------------
4247
# Step 4: Run the function
4348
# ----------------------------

0 commit comments

Comments
 (0)