AttributeError: 'Parsed' object has no attribute 'list_dependencies' on tox list
#3190
Labels
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Issue
I get a traceback, when I try to do a
tox list
for a project, whostox.ini
contains arequires
:Traceback of
tox list
Output of
tox -rvv list
This only happens, if the
tox.ini
contains arequires
, which requires to provision a new tox environment. If the tox from the host is used, this error does not occur.This had already been reported as #3042, but had been closed, because the python version was EOL. In this case, the Python version used is 3.11.
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
tox.ini:
The
requires
here is set totox>=4.12
to demonstrate the issue. In my real example, there is another tox-plugin required, of course.The text was updated successfully, but these errors were encountered: