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: I5e106592e0df1d8cdb058e578cc423123f6a5b47
This commit is contained in:
parent
9837c5ef98
commit
93d87e25ec
@ -26,4 +26,4 @@ or
|
||||
|
||||
* https://wiki.openstack.org/wiki/Testr
|
||||
|
||||
.. _testrepository: https://pypi.python.org/pypi/testrepository
|
||||
.. _testrepository: https://pypi.org/project/testrepository
|
||||
|
@ -72,7 +72,7 @@ class BaseTestCase(testtools.TestCase):
|
||||
workaround is to overload the ``_fake_logs`` function in a base class but
|
||||
this will deactivate fake logging globally.
|
||||
|
||||
.. _fixtures: https://pypi.python.org/pypi/fixtures
|
||||
.. _fixtures: https://pypi.org/project/fixtures
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user