Skip to content

Commit ae776a8

Browse files
author
Ognyan Moore
committed
Filter out expected warnings
1 parent 6ed8a40 commit ae776a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pytest.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ filterwarnings =
1212
ignore:numpy.ufunc size changed, may indicate binary incompatibility.*:RuntimeWarning
1313
# Warnings generated from PyQt5.9
1414
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
15+
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

Comments
 (0)