File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88AESOP_URL = "https://github.com/leanprover-community/aesop"
99MATHLIB4_URL = "https://github.com/leanprover-community/mathlib4"
1010LEAN4_EXAMPLE_URL = "https://github.com/yangky11/lean4-example"
11- EXAMPLE_COMMIT_HASH = "3f8c5eb303a225cdef609498b8d87262e5ef344b "
11+ EXAMPLE_COMMIT_HASH = "e2602e8d4b1d9cf9240f1a20160a47cfc35165b8 "
1212REMOTE_EXAMPLE_URL = "https://gitee.com/rexzong/lean4-example"
1313URLS = [
1414 MINIF2F_URL ,
@@ -54,12 +54,6 @@ def batteries_repo():
5454
5555@pytest .fixture (scope = "session" )
5656def mathlib4_repo ():
57- commit = "29dcec074de168ac2bf835a77ef68bbe069194c5"
58- return LeanGitRepo (MATHLIB4_URL , commit )
59-
60-
61- @pytest .fixture (scope = "session" )
62- def latest_mathlib4_repo ():
6357 commit = get_latest_commit (MATHLIB4_URL )
6458 return LeanGitRepo (MATHLIB4_URL , commit )
6559
You can’t perform that action at this time.
0 commit comments