Remove install unnecessary package

The docs  requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.

Change-Id: Ice2f40eb8856bb5869b621725e5918560d843e06
This commit is contained in:
kuangcx 2020-09-25 11:03:50 +08:00
parent 3cac584e70
commit b8305862d7
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ setenv = VIRTUAL_ENV={envdir}
whitelist_externals = find
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete