File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ def test_crossenv(session: nox.Session):
6666
6767cd examples/rust_with_cffi/
6868# Using crossenv master to workaround https://github.com/benfogle/crossenv/issues/108, will need 1.5.0 when released
69- python3.9 -m pip install https://github.com/benfogle/crossenv/archive/refs/heads/master.zip
70- python3.9 -m crossenv "/opt/python/cp39-cp39 /bin/python3" --cc $TARGET_CC --cxx $TARGET_CXX --sysroot $TARGET_SYSROOT --env LIBRARY_PATH= --manylinux manylinux1 /venv
69+ python3.11 -m pip install https://github.com/benfogle/crossenv/archive/refs/heads/master.zip
70+ python3.11 -m crossenv "/opt/python/cp311-cp311 /bin/python3" --cc $TARGET_CC --cxx $TARGET_CXX --sysroot $TARGET_SYSROOT --env LIBRARY_PATH= --manylinux manylinux1 /venv
7171. /venv/bin/activate
7272
73- build-pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel>=0.41.1'
74- cross-pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel>=0.41.1'
73+ build-pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel>=0.41.1' 'build>=1'
74+ cross-pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel>=0.41.1' 'build>=1'
7575build-pip install cffi
7676cross-expose cffi
7777cross-pip install -e ../../
@@ -81,7 +81,7 @@ def test_crossenv(session: nox.Session):
8181echo -e "[bdist_wheel]\n py_limited_api=cp37" > $DIST_EXTRA_CONFIG
8282
8383rm -rf dist/*
84- cross-pip wheel --no- build-isolation --no-deps --wheel-dir dist . -vv
84+ cross-python -m build --no-isolation
8585ls -la dist/
8686python -m zipfile -l dist/*.whl # debug all files inside wheel file
8787 """
@@ -120,7 +120,7 @@ def test_crossenv(session: nox.Session):
120120 "/io" ,
121121 "--platform" ,
122122 docker_platform ,
123- "python:3.9 " ,
123+ "python:3.11 " ,
124124 "bash" ,
125125 "-c" ,
126126 script_check ,
You can’t perform that action at this time.
0 commit comments