Skip to content

Commit 51d6e6e

Browse files
smithdc1felixxm
authored andcommitted
Refs #31670 -- Used allowlist_externals in tox.ini.
1 parent 6014fd8 commit 51d6e6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# then run "tox" from this directory.
55

66
[tox]
7+
minversion = 3.18
78
skipsdist = true
89
envlist =
910
py3
@@ -40,7 +41,7 @@ commands = flake8 .
4041
[testenv:docs]
4142
basepython = python3
4243
usedevelop = false
43-
whitelist_externals =
44+
allowlist_externals =
4445
make
4546
deps =
4647
Sphinx

0 commit comments

Comments
 (0)