Skip to content

Commit

Permalink
Fix breaking build due to new tox (#983)
Browse files Browse the repository at this point in the history
Version 4 of Tox is currently breaking the build. Therefore, until
those issues are fixed, this change can revert to Tox 3.x.

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
  • Loading branch information
ericwb committed Feb 11, 2023
1 parent 91c4d97 commit a762993
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[tox]
minversion = 2.0
minversion = 3.2.0
envlist = py37,pep8
skipsdist = True
requires =
tox<4

[testenv]
usedevelop = True
Expand All @@ -14,7 +16,7 @@ deps =
commands =
find bandit -type f -name "*.pyc" -delete
stestr run {posargs}
whitelist_externals =
allowlist_externals =
find
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY

Expand Down

0 comments on commit a762993

Please sign in to comment.