python-wheel-build / fromager

Build your own wheels
https://fromager.readthedocs.io/en/latest/
Apache License 2.0
7 stars 11 forks source link

remove `example_override.py` #324

Closed shubhbapna closed 2 months ago

shubhbapna commented 2 months ago

Can we remove example_override.py and https://github.com/python-wheel-build/fromager/blob/main/pyproject.toml#L46 ?

I don't think we are testing overrides on fromager itself. The e2e tests seem to be using flit core

dhellmann commented 2 months ago

At one point there was a unit test to verify that the plugins loaded properly, but that flit-core e2e test is sufficient for that.