Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit ff6ffef

Browse files
authored
Merge pull request #436 from AurelienJaquier/tox4
make bluepyopt tox4 compatible
2 parents 07c8fbe + 1ac187f commit ff6ffef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist = py{3}-unit-functional-style
3+
minversion = 4
34

45
[gh-actions]
56
python =
@@ -10,6 +11,7 @@ python =
1011
3.10: py3
1112
3.11: py3
1213
3.12: py3
14+
1315
[testenv]
1416
envdir =
1517
py27{-unit,-functional,-style,-syntax}: {toxworkdir}/py27
@@ -24,7 +26,7 @@ deps =
2426
sh
2527
pytest-cov
2628
download = true
27-
whitelist_externals =
29+
allowlist_externals =
2830
make
2931
find
3032
cd
@@ -54,4 +56,4 @@ deps =
5456
sphinx
5557
sphinx-bluebrain-theme
5658
commands = make html SPHINXOPTS=-W
57-
whitelist_externals = make
59+
allowlist_externals = make

0 commit comments

Comments
 (0)