Commit 779cc5c
committed
fix(test): set ETL_DATA_ROOT to tmp_path in integration tests
save_metadata calls ensure_dataset_dirs which creates dirs under
ETL_DATA_ROOT (/app/data by default). In CI this path doesn't exist
and is not writable. Use monkeypatch to redirect to tmp_path.1 parent 65b6b89 commit 779cc5c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments