-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Remove setup.py #11667
Copy link
Copy link
Closed
Labels
type: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: removalmarks the actual removal of a feature, usually done in major releasesmarks the actual removal of a feature, usually done in major releases
Metadata
Metadata
Assignees
Labels
type: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: removalmarks the actual removal of a feature, usually done in major releasesmarks the actual removal of a feature, usually done in major releases
pytest's
setup.pyfile 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 installinvocations 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.