Skip to content

Commit add0006

Browse files
committed
Make sure pyzmq tests use current setuptools
1 parent e37e6fe commit add0006

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* Update gdbm to 1.25
1010
* Include libstdc++ in relenv lib
1111
* Update environment with buildenv when RELENV_BUILDENV environment is set.
12+
* Include libstdc++ in relenv's lib directory instead of passing
13+
-static-libstdc++
14+
* Clean up duplicate options in sysconfig data.
15+
* Work with setuptools >= 72.2.0
1216

1317

1418
0.18.1

tests/test_verify_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def test_pip_install_salt_git(pipexec, build, build_dir, pyexec, build_version):
107107
if sys.platform == "darwin" and "3.13" in build_version:
108108
pytest.xfail("Salt does not work with 3.13 on macos yet")
109109

110+
subprocess.run([pipexec, "--upgrade", "install", "setuptools>=72.2.0"], check=True)
111+
110112
env = os.environ.copy()
111113
env["RELENV_BUILDENV"] = "yes"
112114
if sys.platform == "linux" and shutil.which("git"):

0 commit comments

Comments
 (0)