aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-12-15 15:47:39 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-15 15:47:39 +1100
commitb42e7653775b08f6201558631d58960edb1738fd (patch)
tree9af30a2a708a562c6d03a2774a234b638078aa02 /desktop/pyproject.toml
parent24cd39705ecd1317225d7d749900b9a16ddf6ce5 (diff)
downloadonionshare-b42e7653775b08f6201558631d58960edb1738fd.tar.gz
onionshare-b42e7653775b08f6201558631d58960edb1738fd.zip
Update pytest-qt to be compatible with new pytest
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 85de2a5b..b6fe806e 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -17,7 +17,7 @@ click = "*"
black = "*"
pytest = ">=7.2.0"
pytest-faulthandler = "*"
-pytest-qt = "*"
+pytest-qt = ">=4.2.0"
cx_freeze = "*"
[build-system]