Remove setup.py
#11667
Labels
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: removal
marks the actual removal of a feature, usually done in major releases
pytest's
setup.py
file is there for legacy purposes and is no longer necessary, see: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html. I believe the only reason to keep it keep directsetup.py install
invocations and such working. I don't know if there are still places out there who do this, but pytest 8.0 seems like a good time to stop supporting it. So I propose doing that.The text was updated successfully, but these errors were encountered: