File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : Install required dependencies
3737 run : |
3838 python3 -m pip install --upgrade pip
39- pip install tox tox-wheel
39+ pip install tox
4040
4141 - name : Code check
4242 run : tox -e ${TOX_VENV}
Original file line number Diff line number Diff line change 11[tox]
2- minversion = 3.24.1
2+ minversion = 4.3.4
33requires =
44 virtualenv>=20.7.2
5- tox-wheel>=0.6.0
65skip_missing_interpreters =True
76envlist =
87 pep8,black,
@@ -31,12 +30,12 @@ extras =
3130deps =
3231 sasl: kerberos
3332 codecov: codecov
33+ allowlist_externals = *
3434commands =
3535 sasl: {toxinidir}/init_krb5.sh {envtmpdir}/kerberos \
3636 /{toxinidir}/ensure-zookeeper-env.sh \
3737 pytest {posargs: -ra -v --cov-report =xml --cov =kazoo kazoo/tests}
3838
39-
4039[testenv:build]
4140
4241[testenv:codecov]
You can’t perform that action at this time.
0 commit comments