Trivial: update url to new url

Change-Id: I82898eaed30416a0e66dc9eabf79c3fa47af279d
This commit is contained in:
XiaojueGuan
2018-05-13 22:35:18 +08:00
parent c2cace2299
commit 3bd4382d78
4 changed files with 9 additions and 9 deletions

View File

@@ -212,7 +212,7 @@ Fixture Integration
------------------- -------------------
The provisioning system will be integrated into the test suite by taking The provisioning system will be integrated into the test suite by taking
advantage of the `testresources <https://pypi.python.org/pypi/testresources>`_ advantage of the `testresources <https://pypi.org/project/testresources>`_
library, which provides a system of library, which provides a system of
allocating resources that may last across the span of multiple tests. allocating resources that may last across the span of multiple tests.
``testresources`` works by maintaining the state of various resources ``testresources`` works by maintaining the state of various resources
@@ -249,7 +249,7 @@ Scenarios
--------- ---------
Scenarios refers to the use of a tool like `testscenarios Scenarios refers to the use of a tool like `testscenarios
<https://pypi.python.org/pypi/testscenarios/>`_, so that individual <https://pypi.org/project/testscenarios/>`_, so that individual
tests can be run multiple times against different backends. The tests can be run multiple times against different backends. The
existing Opportunistic fixture system will be enhanced such that the existing Opportunistic fixture system will be enhanced such that the
"DRIVER" attribute, which refers right now to a single type of "DRIVER" attribute, which refers right now to a single type of

View File

@@ -143,7 +143,7 @@ Dependencies
Kafka python package Kafka python package
* https://pypi.python.org/pypi/kafka-python * https://pypi.org/project/kafka-python
References References
========== ==========

View File

@@ -230,10 +230,10 @@ N/A
.. _eventlet: http://eventlet.net/ .. _eventlet: http://eventlet.net/
.. _here: https://github.com/harlowja/futurist .. _here: https://github.com/harlowja/futurist
.. _six: https://pypi.python.org/pypi/six .. _six: https://pypi.org/project/six
.. _oslo.messaging: https://pypi.python.org/pypi/oslo.messaging .. _oslo.messaging: https://pypi.org/project/oslo.messaging
.. _oslo.utils: https://pypi.python.org/pypi/oslo.utils .. _oslo.utils: https://pypi.org/project/oslo.utils
.. _pbr: http://docs.openstack.org/developer/pbr/ .. _pbr: http://docs.openstack.org/developer/pbr/
.. _taskflow: http://docs.openstack.org/developer/taskflow/ .. _taskflow: http://docs.openstack.org/developer/taskflow/
.. _futures backport: https://pypi.python.org/pypi/futures .. _futures backport: https://pypi.org/project/futures
.. _futures: https://docs.python.org/dev/library/concurrent.futures.html .. _futures: https://docs.python.org/dev/library/concurrent.futures.html

View File

@@ -331,7 +331,7 @@ work).
Proposed change Proposed change
=============== ===============
Create a new library, https://pypi.python.org/pypi/failure (or other better Create a new library, https://pypi.org/project/failure (or other better
named library) that encompasses the combination of the 3-4 models described named library) that encompasses the combination of the 3-4 models described
above. above.
@@ -405,7 +405,7 @@ would also allow for re-raising this pure python trackback and frame
representation as an actual traceback, although this may not be a reasonable representation as an actual traceback, although this may not be a reasonable
expectation). expectation).
.. _traceback2: https://pypi.python.org/pypi/traceback2/ .. _traceback2: https://pypi.org/project/traceback2/
Alternatives Alternatives
------------ ------------