mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
tox: Add python3 to allow list, bump tox to 4.x
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
26e872ad4c
commit
27bf9c61d6
2 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# The build and tox versions specified here are also used as constraints
|
||||
# during CI and CD Github workflows
|
||||
build==0.9.0
|
||||
tox==3.28.0
|
||||
tox==4.1.2
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -27,6 +27,9 @@ deps =
|
|||
|
||||
install_command = python3 -m pip install {opts} {packages}
|
||||
|
||||
# Workaround https://github.com/tox-dev/tox/issues/2801 (python3 not allowed in Windows)
|
||||
allowlist_externals = python3
|
||||
|
||||
# Develop test env to run tests against securesystemslib's master branch
|
||||
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
|
||||
[testenv:with-sslib-master]
|
||||
|
|
|
|||
Loading…
Reference in a new issue