Skip to content

Commit 5433e84

Browse files
eakmanrqclaude
andcommitted
Remove time_machine freeze from DLT tests
The freeze was causing a mismatch: the in-test yesterday_ds() call was frozen but the one inside init_example_project() was not (likely a pytest-xdist interaction). Both sides naturally agree on the date without the freeze. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent 74ff19f commit 5433e84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cli/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ def test_dlt_pipeline_errors(runner, tmp_path):
878878
assert "Error: Could not attach to pipeline" in result.output
879879

880880

881-
@time_machine.travel(FREEZE_TIME)
882881
def test_dlt_filesystem_pipeline(tmp_path):
883882
import dlt
884883

@@ -982,7 +981,6 @@ def test_dlt_filesystem_pipeline(tmp_path):
982981
rmtree(storage_path)
983982

984983

985-
@time_machine.travel(FREEZE_TIME)
986984
def test_dlt_pipeline(runner, tmp_path):
987985
from dlt.common.pipeline import get_dlt_pipelines_dir
988986

0 commit comments

Comments
 (0)