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
File "/home/graingert/projects/pytest-httpbin/.tox/.tox/lib/python3.10/site-packages/tox_wheel/plugin.py", line 6, in <module>
import py
ModuleNotFoundError: No module named 'py'
then adding py I get:
File "/home/graingert/projects/pytest-httpbin/.tox/.tox/lib/python3.10/site-packages/tox_wheel/plugin.py", line 7, in <module>
from tox import package
ImportError: cannot import name 'package' from 'tox' (/home/graingert/projects/pytest-httpbin/.tox/.tox/lib/python3.10/site-packages/tox/__init__.py)
The text was updated successfully, but these errors were encountered:
fails with:
then adding
py
I get:The text was updated successfully, but these errors were encountered: