Remove Paste from the dependencies
We don't use it anymore. We use aiohttp. Change-Id: Iad3aa9421e8a317941a5f252bda9817806caee93
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(','):
|
||||
|
||||
Reference in New Issue
Block a user