-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
bug:normalaffects many people or has quite an impactaffects many people or has quite an impacthelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Description
Issue
When specifying
[tox]
requires =
tox<4
and running this command with a tox version > 4.0.0, I expect that tox will provision a .tox/.tox directory with a version < 4.0.0.
But the created venv .tox does not get a tox installation. See console.
Environment
OS: Win 10, 64-bit
Python 3.9.13
tox 4.0.2
Output of running tox
Output of tox -e py39-dev
:
C:\git\foo>tox -e py39-dev
ROOT: will run in automatically provisioned tox, host C:\Python39\python.exe is missing [requires (has)]: tox<4 (4.0.2)
ROOT: provision> .tox\.tox\Scripts\python.exe -m tox -e py39-dev
C:\git\foo\.tox\.tox\Scripts\python.exe: No module named tox
ukrvassabi and juftin
Metadata
Metadata
Assignees
Labels
bug:normalaffects many people or has quite an impactaffects many people or has quite an impacthelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.