benoitc / gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
http://www.gunicorn.org
Other
9.88k stars 1.76k forks source link

sdist is missing `tox.ini` #3267

Closed mtelka closed 3 months ago

mtelka commented 3 months ago

The sdist package at PyPI is missing tox.ini. Please add the missing file to sdist to make downstream testing easier. Thank you.

pajod commented 3 months ago

If you want to test from sdist, you additionally want to apply our separately shipped .pylintrc (also currently in git, but not in sdist) or else it'll fail on stylistic checks otherwise suppressed. If we add those two and it fails later on, compare what you are doing to what .github/workflows/tox.yml is doing.