Are there recent known issues related to Hatchling and Tox? #371
-
So, I've been happily using Hatchling for a bit now, but suddenly, every single one of my projects break in CI that use Hatch. Is there something know that is causing this stuff? https://github.com/facelessuser/coloraide/runs/7525035390?check_suite_focus=true. Only tests using Python 3.10 do not break. I am baffled and it is halting my ability to do anything related to my projects. And the issue is not very clear. I want to ignore the current failure of:
I can fix that, but then I just get a new one, something about distutils not liking dynamic classifiers. There's something fundamental that has changed, literally today (yesterday everything worked great). I can no longer test any legacy python, on Py 3.10. I'm afraid I may have to switch back to setup.py or something as this is massively breaking CI for me, and I cannot easily figure out what changed. UPDATE: The only thing I've found to get things working is to set It should be noted that previously packages install fine through If anyone has a clue what's going on here, it would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I guess just use table for now https://peps.python.org/pep-0621/#license not sure what's triggering setuptools cc @gaborbernat who just ran into this |
Beta Was this translation helpful? Give feedback.
-
I believe this is related to pypa/pip#11294 |
Beta Was this translation helpful? Give feedback.
I believe this is related to pypa/pip#11294