Bump EF tests to v1.2.0 rc.3
(#3483)
## Issue Addressed NA ## Proposed Changes Bumps test vectors and ignores another weird MacOS file. ## Additional Info NA
This commit is contained in:
parent
726d1b0d9b
commit
a0605c4ee6
@ -1,4 +1,4 @@
|
|||||||
TESTS_TAG := v1.2.0-rc.2
|
TESTS_TAG := v1.2.0-rc.3
|
||||||
TESTS = general minimal mainnet
|
TESTS = general minimal mainnet
|
||||||
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))
|
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))
|
||||||
|
|
||||||
|
@ -44,7 +44,9 @@ excluded_paths = [
|
|||||||
# Capella tests are disabled for now.
|
# Capella tests are disabled for now.
|
||||||
"tests/.*/capella",
|
"tests/.*/capella",
|
||||||
# One of the EF researchers likes to pack the tarballs on a Mac
|
# One of the EF researchers likes to pack the tarballs on a Mac
|
||||||
".*\.DS_Store.*"
|
".*\.DS_Store.*",
|
||||||
|
# More Mac weirdness.
|
||||||
|
"tests/mainnet/bellatrix/operations/deposit/pyspec_tests/deposit_with_previous_fork_version__valid_ineffective/._meta.yaml"
|
||||||
]
|
]
|
||||||
|
|
||||||
def normalize_path(path):
|
def normalize_path(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user