Merge "Remove Paste from the dependencies"

This commit is contained in:
Zuul 2018-02-20 06:47:32 +00:00 committed by Gerrit Code Review
commit f40feca5bb
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(','):