summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-25 16:26:37 +0200
committerPhilipp Albrecht <palbrecht@mailbox.org>2023-08-09 12:46:58 +0200
commite20bba8d91ffe450a855e4e75612bc6683327a36 (patch)
tree36f0392bc320a0abafe0fe8e019459d9a5541a8f
parent7d445e6617db061a5755561ea1023c09bcb3ee77 (diff)
downloadqutebrowser-e20bba8d91ffe450a855e4e75612bc6683327a36.tar.gz
qutebrowser-e20bba8d91ffe450a855e4e75612bc6683327a36.zip
Don't fail on weird pip warning
We got a `DeprecationWarning` during the package build, which we were not able to reproduce locally. For now we just don't turn this particular `DeprecationWarning` into an exception to not fail CI.
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 83cf8fb1d..4f5bd56e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -284,8 +284,7 @@ commands =
[testenv:package]
basepython = {env:PYTHON:python3}
setenv =
- PYTHONWARNINGS=error
- VIRTUALENV_PIP=23.2
+ PYTHONWARNINGS=error,default:pkg_resources is deprecated as an API.:DeprecationWarning
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-dev.txt