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
|
||||
openstackdocstheme>=2.2.1 # 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 =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
git+git://github.com/openstack/swift.git
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user