From 05361b46bf71bca6fbbfa9ff6d44b640ac77d687 Mon Sep 17 00:00:00 2001 From: tonybrad Date: Mon, 6 May 2019 15:01:35 +0800 Subject: [PATCH] Change the deps source Change-Id: If820ae52680ba1846c48338474593e528bad550f --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7c3ab20..bb835ce 100644 --- a/README.rst +++ b/README.rst @@ -19,5 +19,5 @@ repository. * Free software: Apache license * Documentation: https://docs.openstack.org/sphinx-feature-classification/latest/ -* Source: http://git.openstack.org/cgit/openstack/sphinx-feature-classification +* Source: http://opendev.org/openstack/sphinx-feature-classification * Bugs: https://storyboard.openstack.org/#!/project/921 diff --git a/tox.ini b/tox.ini index 160d6ce..e00754e 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}'