Skip to content

Commit b6411d8

Browse files
committed
bump to v4.19.0
1 parent 82f74d4 commit b6411d8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
AESOP_URL = "https://github.com/leanprover-community/aesop"
99
MATHLIB4_URL = "https://github.com/leanprover-community/mathlib4"
1010
LEAN4_EXAMPLE_URL = "https://github.com/yangky11/lean4-example"
11-
EXAMPLE_COMMIT_HASH = "3f8c5eb303a225cdef609498b8d87262e5ef344b"
11+
EXAMPLE_COMMIT_HASH = "e2602e8d4b1d9cf9240f1a20160a47cfc35165b8"
1212
REMOTE_EXAMPLE_URL = "https://gitee.com/rexzong/lean4-example"
1313
URLS = [
1414
MINIF2F_URL,
@@ -54,12 +54,6 @@ def batteries_repo():
5454

5555
@pytest.fixture(scope="session")
5656
def 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

0 commit comments

Comments
 (0)