summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkuangcx <kuangcx@inspur.com>2020-09-15 10:51:20 +0800
committerkuangcx <kuangcx@inspur.com>2020-09-15 10:51:20 +0800
commitaa48e2b3e8b92e9ac0f00def013fed17c9a25eb7 (patch)
treebffbad1e21ddbdd776d46a206eb3966afab66243 /tox.ini
parent6a502f88f9ff275fcf56b678008860255a93de94 (diff)
downloadceilometer-aa48e2b3e8b92e9ac0f00def013fed17c9a25eb7.tar.gz
Remove install unnecessary packages
The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Ia08415406b586145bb7c0d6b2fac7c5527032ee9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2e79a80c..806eb7fd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}