@@ -9,12 +9,12 @@ skip = "*musllinux_ppc64le"
99archs = [" native" ]
1010build-frontend = " default"
1111dependency-versions = " pinned"
12- environment = {LIBGIT2_VERSION =" 1.9.2" , LIBSSH2_VERSION =" 1.11.1" , OPENSSL_VERSION =" 3.5.4" , LIBGIT2 = " /project/ci " }
12+ environment = {LIBGIT2_VERSION =" 1.9.2" , LIBSSH2_VERSION =" 1.11.1" , OPENSSL_VERSION =" 3.5.4" }
1313
1414before-all = " sh build.sh"
1515test-command = " pytest"
1616test-sources = [" test" , " pytest.ini" ]
17- before-test = " pip install -r {project }/requirements-test.txt"
17+ before-test = " pip install -r {package }/requirements-test.txt"
1818# Will avoid testing on emulated architectures (specifically ppc64le)
1919# Also, skip testing pypy on macOS arm64 due issue with bootstrapping git config paths
2020# see https://github.com/libgit2/pygit2/issues/1442
@@ -28,8 +28,7 @@ select = "*-musllinux*"
2828repair-wheel-command = " LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}"
2929
3030[tool .cibuildwheel .macos ]
31- environment = {LIBGIT2_VERSION =" 1.9.2" , LIBSSH2_VERSION =" 1.11.1" , OPENSSL_VERSION =" 3.5.4" , LIBGIT2 =" /Users/runner/work/pygit2/pygit2/ci" }
32- repair-wheel-command = " DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
31+ repair-wheel-command = " DYLD_LIBRARY_PATH={package}/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
3332
3433[tool .cibuildwheel .windows ]
3534environment.LIBGIT2_SRC = " build/libgit2_src"
0 commit comments