Skip to content

Commit

Permalink
Remove tox target for running vendored wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Dec 14, 2023
1 parent 1f2d8a0 commit 56f895f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,6 @@ setenv =
commands =
python {posargs}

[testenv:wheel]
description = Run Pex's vendored wheel
skip_install = true
setenv =
PYTHONPATH = {env:PYTHONPATH:}{:}{toxinidir}/pex/vendor/_vendored/wheel
commands =
python -s -mwheel {posargs}
[testenv:devpi-lock]
description = Re-create the devpi-server lock.
skip_install = true
Expand Down

0 comments on commit 56f895f

Please sign in to comment.