From c2718933bad19170146c387eee80cf85d63b05e3 Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Fri, 1 Jun 2018 16:23:33 +0800 Subject: [PATCH] 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: Ic89fc78fe62267f95ac09e2c377f032a0313b5ba --- doc/source/devref/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/testing.rst b/doc/source/devref/testing.rst index c7b71662..6ee09b17 100644 --- a/doc/source/devref/testing.rst +++ b/doc/source/devref/testing.rst @@ -41,7 +41,7 @@ see this wiki page: .. _Testr: https://wiki.openstack.org/wiki/Testr .. _tox: http://tox.readthedocs.org/en/latest/ -.. _virtualenvs: https://pypi.python.org/pypi/virtualenv +.. _virtualenvs: https://pypi.org/project/virtualenv/ PEP8 and Unit Tests +++++++++++++++++++