You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not work with tox 4 and raises this error: ImportError: cannot import name 'reporter' from 'tox'.
Related: #32
Steps to Reproduce
Create a tox config with this plugin. Because tox will create a .tox env so it can use this plugin it will also install tox 4 there.
Actual result:
File "/home/krys/Projects/verbum/.tox/.tox/lib/python3.11/site-packages/tox_envlist/__init__.py", line 43, in <module>
from tox import config, reporter # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'reporter' from 'tox'
Expected result:
no error
Reproduces how often:
Easily reproduced
Version
Operating System: linux
Python: 3.11
tox-envlist: 0.3.0
Installation source
PyPI
Other Additional Information:
The feature this plugin provides is now available in tox 4 out of the box known as labels. They can be run via the -m flag.
The text was updated successfully, but these errors were encountered:
Description
The plugin does not work with tox 4 and raises this error:
ImportError: cannot import name 'reporter' from 'tox'
.Related: #32
Steps to Reproduce
Create a tox config with this plugin. Because tox will create a
.tox
env so it can use this plugin it will also install tox 4 there.Actual result:
Expected result:
no error
Reproduces how often:
Easily reproduced
Version
Installation source
PyPI
Other Additional Information:
The feature this plugin provides is now available in tox 4 out of the box known as labels. They can be run via the
-m
flag.The text was updated successfully, but these errors were encountered: