Skip to content

Commit

Permalink
chore: remove pip beta workaround (pypa#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored and MusicalNinjaDad committed Jul 3, 2024
1 parent 41d911d commit d9d19fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cibuildwheel/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ def build_in_container(
virtualenv_env["PATH"] = f"{venv_dir / 'bin'}:{virtualenv_env['PATH']}"
virtualenv_env["VIRTUAL_ENV"] = str(venv_dir)

# TODO remove me once virtualenv provides pip>=24.1b1
if config.version == "3.13" and not use_uv:
container.call(["pip", "install", "pip>=24.1b1"], env=virtualenv_env)

if build_options.before_test:
before_test_prepared = prepare_command(
build_options.before_test,
Expand Down

0 comments on commit d9d19fe

Please sign in to comment.