File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 36
36
- name : Install required dependencies
37
37
run : |
38
38
python3 -m pip install --upgrade pip
39
- pip install tox tox-wheel
39
+ pip install tox
40
40
41
41
- name : Code check
42
42
run : tox -e ${TOX_VENV}
Original file line number Diff line number Diff line change 1
1
[tox]
2
- minversion = 3.24.1
2
+ minversion = 4.3.4
3
3
requires =
4
4
virtualenv>=20.7.2
5
- tox-wheel>=0.6.0
6
5
skip_missing_interpreters =True
7
6
envlist =
8
7
pep8,black,
@@ -31,12 +30,14 @@ extras =
31
30
deps =
32
31
sasl: kerberos
33
32
codecov: codecov
33
+ allowlist_externals =
34
+ {toxinidir}/ensure-zookeeper-env.sh
35
+ {toxinidir}/init_krb5.sh
34
36
commands =
35
37
sasl: {toxinidir}/init_krb5.sh {envtmpdir}/kerberos \
36
- / {toxinidir}/ensure-zookeeper-env.sh \
38
+ {toxinidir}/ensure-zookeeper-env.sh \
37
39
pytest {posargs: -ra -v --cov-report =xml --cov =kazoo kazoo/tests}
38
40
39
-
40
41
[testenv:build]
41
42
42
43
[testenv:codecov]
You can’t perform that action at this time.
0 commit comments