Fix style issues and revert some unrelated changes

This commit is contained in:
Diego Oliveira 2018-06-03 11:38:39 -03:00
parent 5a82e7c068
commit 72dde4336d
3 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -15,5 +15,3 @@ examples/frameworks/pylonstest/pylonstest.egg-info/
MANIFEST MANIFEST
nohup.out nohup.out
setuptools-* setuptools-*
.cache
.eggs

View File

@ -2,10 +2,10 @@
Changelog Changelog
========= =========
19.9.0 / 2018/05/26 19.9.0 / not released
=================== ===================
- the internal module `gunicorn.workers.async` was renamed to `gunicorn.workers.base_async` - The internal module ``gunicorn.workers.async`` was renamed to ``gunicorn.workers.base_async``
since ``async`` is now a reserved word in Python 3.7 since ``async`` is now a reserved word in Python 3.7
(:pr:`1527`) (:pr:`1527`)

View File

@ -1,3 +1,3 @@
coverage>=4.0,<4.4 # TODO: https://github.com/benoitc/gunicorn/issues/1548 coverage>=4.0,<4.4 # TODO: https://github.com/benoitc/gunicorn/issues/1548
pytest pytest==3.0.5
pytest-cov pytest-cov==2.4.0