We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e872a commit 27bf9c6Copy full SHA for 27bf9c6
2 files changed
requirements-build.txt
@@ -1,4 +1,4 @@
1
# The build and tox versions specified here are also used as constraints
2
# during CI and CD Github workflows
3
build==0.9.0
4
-tox==3.28.0
+tox==4.1.2
tox.ini
@@ -27,6 +27,9 @@ deps =
27
28
install_command = python3 -m pip install {opts} {packages}
29
30
+# Workaround https://github.com/tox-dev/tox/issues/2801 (python3 not allowed in Windows)
31
+allowlist_externals = python3
32
+
33
# Develop test env to run tests against securesystemslib's master branch
34
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
35
[testenv:with-sslib-master]
0 commit comments