From 72dde4336ddd9f9f53410011ad35ada866a93c4f Mon Sep 17 00:00:00 2001 From: Diego Oliveira Date: Sun, 3 Jun 2018 11:38:39 -0300 Subject: [PATCH] Fix style issues and revert some unrelated changes --- .gitignore | 2 -- docs/source/news.rst | 4 ++-- requirements_test.txt | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c0391bdb..2cc38924 100755 --- a/.gitignore +++ b/.gitignore @@ -15,5 +15,3 @@ examples/frameworks/pylonstest/pylonstest.egg-info/ MANIFEST nohup.out setuptools-* -.cache -.eggs diff --git a/docs/source/news.rst b/docs/source/news.rst index ae28a7cb..0d7b494d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -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`) diff --git a/requirements_test.txt b/requirements_test.txt index 30cce5ed..a99b558b 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -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