summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-01-19 09:58:06 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-01-19 09:58:06 +0100
commit391623d5ec983ecfc4512c7305c4b7a293ac3872 (patch)
tree19ab006bd126667140caa03b35839fff353a6d44 /tox.ini
parentab258e7aabcbb685bbb7c4a7fae87fea2c44ef93 (diff)
downloadqutebrowser-391623d5ec983ecfc4512c7305c4b7a293ac3872.tar.gz
qutebrowser-391623d5ec983ecfc4512c7305c4b7a293ac3872.zip
tox: Don't use environment names ending in digits
This fails now with 'failed with env name pyinstaller-32 conflicting with base python C:\hostedtoolcache\windows\Python\3.10.9\x86\python.exe' See https://github.com/tox-dev/tox/pull/2824
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 560274d7f..2f7b67383 100644
--- a/tox.ini
+++ b/tox.ini
@@ -167,7 +167,7 @@ commands =
{envpython} scripts/dev/check_doc_changes.py {posargs}
{envpython} scripts/asciidoc2html.py {posargs}
-[testenv:pyinstaller-{64,32}]
+[testenv:pyinstaller-{64bit,32bit}]
basepython = {env:PYTHON:python3}
passenv =
APPDATA