Remove unnecessary package installation
The docs requirements migrated to doc/requirements.txt we don't need to install things from requirements.txt. Change-Id: Icb761d9312640a4d635e1c8042b79c6aa4baf44c
This commit is contained in:
parent
3022aef4c7
commit
7d94710e01
@ -1,3 +1,7 @@
|
|||||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
|
|
||||||
|
# TOD(takashi): The following items should be migrated to requirements.txt
|
||||||
|
python-swiftclient>=3.1.0
|
||||||
|
ipython<6.0
|
||||||
|
1
tox.ini
1
tox.ini
@ -89,7 +89,6 @@ basepython = python3
|
|||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
git+git://github.com/openstack/swift.git
|
git+git://github.com/openstack/swift.git
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user