1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: force pytest to use Qt API version 5
Thanks to s3v <c0llapsed@yahoo.it> for the hint!
Origin: other, s3v <c0llapsed@yahoo.it>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030906
Forwarded: no
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2023-02-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- taurus-pyqtgraph.orig/pytest.ini
+++ taurus-pyqtgraph/pytest.ini
@@ -4,3 +4,4 @@
ignore:.*:DeprecationWarning:^(?!taurus_pyqtgraph).*$
# Treat taurus_pyqtgraph issued warnings as errors
error:.*:Warning:^taurus_pyqtgraph.*$
+qt_api=pyqt5
|