We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed8a40 commit ae776a8Copy full SHA for ae776a8
pytest.ini
@@ -12,4 +12,8 @@ filterwarnings =
12
ignore:numpy.ufunc size changed, may indicate binary incompatibility.*:RuntimeWarning
13
# Warnings generated from PyQt5.9
14
ignore:This method will be removed in future versions. Use 'tree.iter\(\)' or 'list\(tree.iter\(\)\)' instead.:PendingDeprecationWarning
15
- ignore:'U' mode is deprecated\nplugin = open\(filename, 'rU'\):DeprecationWarning
+ ignore:.*'U' mode is deprecated.*:DeprecationWarning
16
+ # py36/pyside2_512 specific issue
17
+ ignore:split\(\) requires a non-empty pattern match\.:FutureWarning
18
+ # pyqtgraph specific warning we want to ignore during testing
19
+ ignore:Visible window deleted. To prevent this, store a reference to the window object.
0 commit comments