From 93d87e25ec79ffd81a9eaca1d1aa4dc8691de94c Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 12:12:20 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I5e106592e0df1d8cdb058e578cc423123f6a5b47 --- doc/source/user/debugging.rst | 2 +- oslotest/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/debugging.rst b/doc/source/user/debugging.rst index 0ddc942..7b9fb1f 100644 --- a/doc/source/user/debugging.rst +++ b/doc/source/user/debugging.rst @@ -26,4 +26,4 @@ or * https://wiki.openstack.org/wiki/Testr -.. _testrepository: https://pypi.python.org/pypi/testrepository +.. _testrepository: https://pypi.org/project/testrepository diff --git a/oslotest/base.py b/oslotest/base.py index b5f14d0..144e72e 100644 --- a/oslotest/base.py +++ b/oslotest/base.py @@ -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 """