Skip to content

Commit ace29e0

Browse files
authored
Merge pull request #3824 from markotoplak/test-owsieve
Remove filterwarnings from test_owsieve
2 parents a733b89 + 2ab7146 commit ace29e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Orange/widgets/visualize/tests/test_owsieve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Test methods with long descriptive names can omit docstrings
22
# pylint: disable=missing-docstring
3-
import warnings
43
from math import isnan
54
import unittest
65
from unittest.mock import patch
@@ -31,7 +30,6 @@ def setUpClass(cls):
3130

3231
def setUp(self):
3332
self.widget = self.create_widget(OWSieveDiagram)
34-
warnings.filterwarnings("error", ".*")
3533

3634
def test_context_settings(self):
3735
# Set titanic and check first two attributes on display

0 commit comments

Comments
 (0)