[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
This commit is contained in:
Nish Patwa 2016-10-08 21:03:07 -05:00 committed by Jesse Pretorius (odyssey4me)
parent f752f57d75
commit 5265e1b5eb
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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