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: I1500185f2d152178670d4e14c3479ec273b53f6e
This commit is contained in:
zhengwei6082 2018-05-23 10:44:30 +08:00 committed by Wei Zheng
parent e224c1ceff
commit 98332851f6
1 changed files with 3 additions and 3 deletions

View File

@ -97,9 +97,9 @@ or to run only scenario tests:
$ tempest run -r manila_tempest_tests.tests.scenario
.. _pip: https://pypi.python.org/pypi/pip
.. _tox: https://pypi.python.org/pypi/tox
.. _virtualenv: https://pypi.python.org/pypi/virtualenv
.. _pip: https://pypi.org/project/pip/
.. _tox: https://pypi.org/project/tox/
.. _virtualenv: https://pypi.org/project/virtualenv
Running a subset of tests based on test location
------------------------------------------------