summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-14 09:30:54 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-14 09:30:54 +0200
commit00792f0d6f554c2fa527d4a78f56eb5b78793162 (patch)
tree4aac6ba2ddfd152618208955a88c9d789e7ec2b8
parent74f1b81e736f90815d1797d884b414b7050ab476 (diff)
downloadqutebrowser-ci-windows-debug.tar.gz
qutebrowser-ci-windows-debug.zip
-rw-r--r--misc/requirements/requirements-tests.txt2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index 417d639b3..ab838041a 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -29,7 +29,7 @@ parse-type==0.6.0
pluggy==1.0.0
py-cpuinfo==9.0.0
Pygments==2.14.0
-pytest==7.3.0
+git+https://github.com/nicoddemus/pytest.git@tmp-path-regression
pytest-bdd==6.1.1
pytest-benchmark==4.0.0
pytest-cov==4.0.0
diff --git a/tox.ini b/tox.ini
index 3c1759eb7..a065529ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,7 @@ setenv =
pyqt{62,63,64,65}: PYTEST_QT_API=pyqt6
pyqt{62,63,64,65}: QUTE_QT_WRAPPER=PyQt6
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
+ SETUPTOOLS_SCM_PRETEND_VERSION=7.3.1
passenv =
PYTHON
DISPLAY