Skip to content

Commit 3fed0d9

Browse files
committed
Fix tox4 errors
- Remove skipsdist that it was never supported and causes breakage when used with usedevelop. - add script to allowlist Change-Id: Ib823caf3d90b02d5a280aa9f7ae1c25edafd9f0b
1 parent c83ad2f commit 3fed0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
minversion = 3.18.0
3-
skipsdist = True
43
envlist = py3,pep8
54
ignore_basepython_conflict=true
65

@@ -36,6 +35,7 @@ deps =
3635
pycodestyle>=2.0.0,<3.0.0 # MIT
3736
doc8>=0.6.0 # Apache-2.0
3837
allowlist_externals = bash
38+
{toxinidir}/tools/run_bashate.sh
3939
commands =
4040
bash tools/flake8wrap.sh {posargs}
4141
# Run bashate during pep8 runs to ensure violations are caught by

0 commit comments

Comments
 (0)