Skip to content

Commit 27bf9c6

Browse files
committed
tox: Add python3 to allow list, bump tox to 4.x
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 26e872a commit 27bf9c6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The build and tox versions specified here are also used as constraints
22
# during CI and CD Github workflows
33
build==0.9.0
4-
tox==3.28.0
4+
tox==4.1.2

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ deps =
2727

2828
install_command = python3 -m pip install {opts} {packages}
2929

30+
# Workaround https://github.com/tox-dev/tox/issues/2801 (python3 not allowed in Windows)
31+
allowlist_externals = python3
32+
3033
# Develop test env to run tests against securesystemslib's master branch
3134
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
3235
[testenv:with-sslib-master]

0 commit comments

Comments
 (0)