summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-04-21 12:12:20 +0800
committermelissaml <ma.lei@99cloud.net>2018-04-21 12:12:20 +0800
commit93d87e25ec79ffd81a9eaca1d1aa4dc8691de94c (patch)
tree3f6dd5377beccb4e6159bcae7877470e58746b08
parent9837c5ef986e77e41860da622e5dc3d3d7788d6d (diff)
downloadoslotest-93d87e25ec79ffd81a9eaca1d1aa4dc8691de94c.tar.gz
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
-rw-r--r--doc/source/user/debugging.rst2
-rw-r--r--oslotest/base.py2
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
"""