ionelmc / tox-wheel

A Tox plugin that builds and installs wheels instead of sdist. Note that this plugin is obsolte as tox 4.0 already has wheel support.
BSD 2-Clause "Simplified" License
23 stars 10 forks source link

no support for tox v4 #26

Open graingert opened 1 year ago

graingert commented 1 year ago

fails with:

  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)
graingert commented 1 year ago

ah looks like wheels are supported out of the box https://tox.wiki/en/latest/upgrading.html#universal-wheels

ionelmc commented 1 year ago

Yeah. Might be time to archive this repo.