Remove Paste from the dependencies

We don't use it anymore. We use aiohttp.

Change-Id: Iad3aa9421e8a317941a5f252bda9817806caee93
This commit is contained in:
Monty Taylor 2018-02-19 16:37:51 -06:00
parent 30db1d979a
commit 9961c03f0e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ pbr>=1.1.0
# is in a release
git+https://github.com/sigmavirus24/github3.py.git@develop#egg=Github3.py
PyYAML>=3.1.0
Paste
paramiko>=2.0.1
GitPython>=2.1.8
python-daemon>=2.0.4,<2.1.0

View File

@ -1857,7 +1857,7 @@ class BaseTestCase(testtools.TestCase):
# from libraries that zuul depends on such as gear.
log_defaults_from_env = os.environ.get(
'OS_LOG_DEFAULTS',
'git.cmd=INFO,kazoo.client=WARNING,gear=INFO,paste=INFO')
'git.cmd=INFO,kazoo.client=WARNING,gear=INFO')
if log_defaults_from_env:
for default in log_defaults_from_env.split(','):