File: pytest-pyqt5.patch

package info (click to toggle)
taurus-pyqtgraph 0.5.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 536 kB
  • sloc: python: 4,281; makefile: 81
file content (16 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
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