mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix style issues and revert some unrelated changes
This commit is contained in:
parent
5a82e7c068
commit
72dde4336d
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,5 +15,3 @@ examples/frameworks/pylonstest/pylonstest.egg-info/
|
||||
MANIFEST
|
||||
nohup.out
|
||||
setuptools-*
|
||||
.cache
|
||||
.eggs
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
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
|
||||
(:pr:`1527`)
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
coverage>=4.0,<4.4 # TODO: https://github.com/benoitc/gunicorn/issues/1548
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest==3.0.5
|
||||
pytest-cov==2.4.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user