Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I2c0bf3844e9c56f78269ac1746c780b640dd1e9c
This commit is contained in:
melissaml 2018-04-21 13:26:03 +08:00
parent 3a0fb60b33
commit a770c21c06
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# This requires gitinspector to be installed
# it can be gotten from:
#
# - https://pypi.python.org/pypi/gitinspector/0.3.2
# - https://pypi.org/project/gitinspector/0.3.2
# - https://github.com/ejwa/gitinspector
# Check out a new copy of a repository and set it up to be a useful

View File

@ -135,7 +135,7 @@ class OsloBotPlugin(BotPlugin):
'periodic_connect_timeout': 1.0,
'periodic_url_tpl': ("http://health.openstack.org/runs/key/"
"build_name/%(build_name)s/recent/rss"),
# See: https://pypi.python.org/pypi/tabulate
# See: https://pypi.org/project/tabulate
'tabulate_format': 'plain',
'periodic_exclude_when': {
# Exclude failure results that are more than X months old...