Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test: pyspec
$(PRESET) \
$(BLS) \
--junitxml=$(TEST_REPORT_DIR)/test_results.xml \
$(PYSPEC_DIR)/eth2spec
$(CURDIR)/tests/infra $(PYSPEC_DIR)/eth2spec

###############################################################################
# Coverage
Expand Down Expand Up @@ -248,4 +248,4 @@ kzg_setups: pyspec

# Delete all untracked files.
clean:
@git clean -fdx
rm -fR venv .mypy_cache build eth2spec.egg-info pysetup/__pycache__ pysetup/spec_builders/__pycache__
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = [
"ruamel.yaml==0.18.10",
"setuptools==80.7.1",
"wheel==0.45.1",
"deepdiff==8.5.0",
]

[project]
Expand Down
Loading