From 5265e1b5eb29679fa3a0d5afb07d84fb4313a683 Mon Sep 17 00:00:00 2001 From: Nish Patwa Date: Sat, 8 Oct 2016 21:03:07 -0500 Subject: [PATCH] [docs] Move sphinxmark requirement to test-requirements.txt In https://review.openstack.org/372565 sphinxmark was added to tox.ini to bypass the global requirements management restrictions related to the stable/newton branch. Since sphinxmark is in g-r master, it can now live in the right place to be managed through the g-r process. Related-Bug: #1624489 Change-Id: I39116db310c57c4cf224063d527e63ac755f968a --- test-requirements.txt | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 94fd0b6332..c11b4b2af7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,3 +17,4 @@ oslosphinx>=4.7.0 # Apache-2.0 openstackdocstheme>=1.5.0 # Apache-2.0 doc8 # Apache-2.0 reno>=1.8.0 # Apache2 +sphinxmark>=0.1.14 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 59d4e2e45e..0aa390f1e8 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt - sphinxmark>=0.1.14 passenv = HOME http_proxy