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:
Paul Hauner 2022-08-19 04:27:21 +00:00
parent 726d1b0d9b
commit a0605c4ee6
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
TESTS_TAG := v1.2.0-rc.2
TESTS_TAG := v1.2.0-rc.3
TESTS = general minimal mainnet
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))

View File

@ -44,7 +44,9 @@ excluded_paths = [
# Capella tests are disabled for now.
"tests/.*/capella",
# 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):