Revert "Use consensus-spec-tests v1.3.0-rc.3 (#4021)"

This reverts commit caa6190d4a.
This commit is contained in:
Diva M
2023-03-03 11:07:26 -05:00
parent a9be1eae40
commit 20be7024e1
3 changed files with 2 additions and 10 deletions

View File

@@ -53,11 +53,9 @@ excluded_paths = [
"bls12-381-tests/hash_to_G2"
]
def normalize_path(path):
return path.split("consensus-spec-tests/")[1]
# Determine the list of filenames which were accessed during tests.
passed = set()
for line in open(accessed_files_filename, 'r').readlines():
@@ -90,5 +88,4 @@ for root, dirs, files in os.walk(tests_dir_filename):
# Exit with an error if there were any files missed.
assert len(missed) == 0, "{} missed files".format(len(missed))
print("Accessed {} files ({} intentionally excluded)".format(
accessed_files, excluded_files))
print("Accessed {} files ({} intentionally excluded)".format(accessed_files, excluded_files))