Skip to content

Commit 5a2cba1

Browse files
authored
fix(justfile): make json-loader pytest step collect filled fixtures (#2754)
1 parent 8db70f9 commit 5a2cba1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ json-loader *args:
160160
--skip-index \
161161
--clean \
162162
--ignore=tests/ported_static \
163-
--output="{{ output_dir }}/json-loader/fixtures" \
163+
--output="tests/json_loader/fixtures" \
164164
--cov-config=pyproject.toml \
165165
--cov=ethereum \
166166
--cov-fail-under=85
@@ -169,8 +169,7 @@ json-loader *args:
169169
-n auto --maxprocesses 6 --dist=loadfile \
170170
--basetemp="{{ output_dir }}/json-loader/tmp" \
171171
"$@" \
172-
tests/json_loader \
173-
"{{ output_dir }}/json-loader/fixtures"
172+
tests/json_loader
174173

175174
# --- Unit Tests ---
176175

0 commit comments

Comments
 (0)