File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
minversion = 3.18.0
3
- skipsdist = True
4
3
envlist = py3,functional,pep8
5
4
ignore_basepython_conflict =true
6
5
7
6
[testenv]
8
- usedevelop = True
9
7
basepython = python3
10
8
setenv =
11
9
VIRTUAL_ENV ={envdir}
@@ -19,7 +17,13 @@ deps =
19
17
-r{toxinidir}/requirements.txt
20
18
-r{toxinidir}/test-requirements.txt
21
19
commands = stestr run {posargs}
22
- passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
20
+ passenv =
21
+ http_proxy
22
+ HTTP_PROXY
23
+ https_proxy
24
+ HTTPS_PROXY
25
+ no_proxy
26
+ NO_PROXY
23
27
24
28
[testenv:functional]
25
29
# Define virtualenv directory, port to use for functional testing, and number
@@ -33,8 +37,7 @@ setenv =
33
37
commands = stestr run {posargs}
34
38
35
39
[testenv:pep8]
36
- usedevelop = False
37
- deps =
40
+ deps =
38
41
hacking>=4.1.0,<5.0.0 # Apache-2.0
39
42
bashate>=0.5.1 # Apache-2.0
40
43
flake8-import-order>=0.17.1 # LGPLv3
@@ -87,7 +90,6 @@ commands =
87
90
make -C doc/build/pdf
88
91
89
92
[testenv:releasenotes]
90
- usedevelop = False
91
93
deps =
92
94
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
93
95
-r{toxinidir}/doc/requirements.txt
@@ -126,7 +128,6 @@ commands =
126
128
oslo-config-generator --config-file =tools/config/ipa-config-generator.conf
127
129
128
130
[testenv:bandit]
129
- usedevelop = False
130
131
deps =
131
132
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
132
133
-r{toxinidir}/test-requirements.txt
You can’t perform that action at this time.
0 commit comments