summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-26 17:37:22 +0000
committerGerrit Code Review <review@openstack.org>2018-04-26 17:37:22 +0000
commit325d0c17a4d406c417d5717826d71cf188262676 (patch)
tree3fce87b420fb2ddbb84160af54e6a3bf239b536e
parent974666550e999676b89101a82cfa8007f7a8abf6 (diff)
parent93d87e25ec79ffd81a9eaca1d1aa4dc8691de94c (diff)
downloadoslotest-325d0c17a4d406c417d5717826d71cf188262676.tar.gz
Merge "Trivial: Update pypi url to new url"3.4.2
-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
"""