Create a server that tests uploaded packages on PyPI.
This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.
Work to be done
The work is separated into three steps:
- a solution capable of running scripts when an event occurs (a new release of project X is available on PyPI)
- a Continuous integration server able to run the testsuite for those distributions
- a quality mesurement tool, able to provide feedback and indicators on the code (compliance PEP8, pyflakes, potentially malicious softwares etc.)
Resources
- On this wiki: PyPITestingInfrastructure
What do people want
What do people what to run
- Run quality indicators about the code
- Run quality indicators about the packaging (compat with du2 standards for instance)
- Run Test
- Run setup.
What do people what to know
- Report about the run itself (does the test pass ? does the install went well ?)
- Report about system access done (FS network)
- Report about resource used ? (bonus)