summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-08-12 13:49:01 +1200
committertoofar <toofar@spalge.com>2023-08-12 13:49:01 +1200
commit0f2d34623cb6194846db70c8549a066e9a5bab17 (patch)
treed5387b4913c91c05c6200c8b21c9c0702f7b9ea3 /tox.ini
parentb018f3f081db60029be35ee800170e3c3a32d3e7 (diff)
parentfc843f39440e10f918d57b86c7043658a48d7366 (diff)
downloadqutebrowser-0f2d34623cb6194846db70c8549a066e9a5bab17.tar.gz
qutebrowser-0f2d34623cb6194846db70c8549a066e9a5bab17.zip
Merge remote-tracking branch 'upstream/main' into feat/mac_sandbox_pre_release_pyinstaller
Only conflict was the removal of support for 32bit builds in build_release.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 10 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index af59910f2..0014f261c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -181,7 +181,7 @@ commands =
{envpython} scripts/dev/check_doc_changes.py {posargs}
{envpython} scripts/asciidoc2html.py {posargs}
-[testenv:pyinstaller-{64bit,32bit}{,-qt5}]
+[testenv:pyinstaller{,-qt5}]
basepython = {env:PYTHON:python3}
passenv =
APPDATA
@@ -282,3 +282,12 @@ deps =
commands =
!qt5: {envpython} {toxinidir}/scripts/dev/build_release.py {posargs}
qt5: {envpython} {toxinidir}/scripts/dev/build_release.py --qt5 {posargs}
+
+[testenv:package]
+basepython = {env:PYTHON:python3}
+setenv =
+ PYTHONWARNINGS=error,default:pkg_resources is deprecated as an API.:DeprecationWarning
+deps =
+ -r{toxinidir}/requirements.txt
+ -r{toxinidir}/misc/requirements/requirements-dev.txt
+commands = {envpython} -m build