File: pytest.ini

package info (click to toggle)
taurus-pyqtgraph 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,576 kB
  • sloc: python: 5,313; makefile: 82
file content (7 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
[pytest]
filterwarnings =
    # Ignore deprecation warnings issued by 3rd party modules
    ignore:.*:DeprecationWarning:^(?!taurus_pyqtgraph).*$
    # Treat taurus_pyqtgraph issued warnings as errors
    error:.*:Warning:^taurus_pyqtgraph.*$
qt_api=pyqt5