From a0605c4ee6a5e70fbc1fd26d18605262d4a353d9 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 19 Aug 2022 04:27:21 +0000 Subject: [PATCH] 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 --- testing/ef_tests/Makefile | 2 +- testing/ef_tests/check_all_files_accessed.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/ef_tests/Makefile b/testing/ef_tests/Makefile index 912709331..dc89cb5d5 100644 --- a/testing/ef_tests/Makefile +++ b/testing/ef_tests/Makefile @@ -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)) diff --git a/testing/ef_tests/check_all_files_accessed.py b/testing/ef_tests/check_all_files_accessed.py index 88567c688..a10ccf1e6 100755 --- a/testing/ef_tests/check_all_files_accessed.py +++ b/testing/ef_tests/check_all_files_accessed.py @@ -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):