Skip to content

Commit

Permalink
Install cython on all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Mar 25, 2024
1 parent 1f28dbb commit bd0dbd8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions tests/test_verify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,18 +1143,17 @@ def test_install_with_target_namespaces(pipexec, build, minor_version, build_ver
os.chdir(build)
env["RELENV_DEBUG"] = "yes"

if "3.12" in build_version or "3.11" in build_version:
subprocess.run(
[
str(pipexec),
"install",
"cython",
"-v",
"--no-build-isolation",
],
check=True,
env=env,
)
subprocess.run(
[
str(pipexec),
"install",
"cython",
"-v",
"--no-build-isolation",
],
check=True,
env=env,
)

extras = build / "extras"
subprocess.run(
Expand Down

0 comments on commit bd0dbd8

Please sign in to comment.