Home
last modified time | relevance | path

Searched refs:DeprecationWarning (Results 1 – 25 of 4125) sorted by relevance

12345678910>>...165

/dports/math/py-networkx/networkx-2.6.3/networkx/
H A Dconftest.py54 category=DeprecationWarning,
59 category=DeprecationWarning,
69 "ignore", category=DeprecationWarning, message="\nhub_matrix"
82 category=DeprecationWarning,
87 category=DeprecationWarning,
92 category=DeprecationWarning,
99 "ignore", category=DeprecationWarning, message="edge_betweeness"
105 "ignore", category=DeprecationWarning, message="to_numpy_matrix"
117 "ignore", category=DeprecationWarning, message="write_gpickle"
120 "ignore", category=DeprecationWarning, message="read_gpickle"
[all …]
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Ddeprecated.py104 DeprecationWarning)
109 DeprecationWarning)
114 DeprecationWarning)
133 DeprecationWarning)
138 DeprecationWarning)
143 DeprecationWarning)
167 DeprecationWarning)
172 DeprecationWarning)
177 DeprecationWarning)
194 DeprecationWarning)
[all …]
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen3/tests/
H A Dtest_deprecation.py17 warnings.simplefilter('error', DeprecationWarning)
20 warnings.simplefilter('ignore', DeprecationWarning)
24 tools.assert_raises(DeprecationWarning, converters.to_utf8, 'café')
25 tools.assert_raises(DeprecationWarning, converters.to_str, 5)
26 tools.assert_raises(DeprecationWarning, converters.to_xml, 'test')
28 tools.assert_raises(DeprecationWarning, utf8.utf8_valid, 'test')
29 tools.assert_raises(DeprecationWarning, utf8.utf8_width, 'test')
32 tools.assert_raises(DeprecationWarning, utf8.utf8_text_wrap, 'test')
33 tools.assert_raises(DeprecationWarning, utf8.utf8_text_fill, 'test')
42 tools.assert_raises(DeprecationWarning, converters.to_bytes, *[5],
[all …]
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/
H A D_deprecations.py40 DeprecationWarning,
68 DeprecationWarning,
93 DeprecationWarning,
121 DeprecationWarning,
149 DeprecationWarning,
180 DeprecationWarning,
211 DeprecationWarning,
242 DeprecationWarning,
273 DeprecationWarning,
298 DeprecationWarning,
[all …]
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/tests/
H A Dtest_deprecation.py17 warnings.simplefilter('error', DeprecationWarning)
20 warnings.simplefilter('ignore', DeprecationWarning)
24 tools.assert_raises(DeprecationWarning, converters.to_utf8, u'café')
25 tools.assert_raises(DeprecationWarning, converters.to_str, 5)
26 tools.assert_raises(DeprecationWarning, converters.to_xml, 'test')
28 tools.assert_raises(DeprecationWarning, utf8.utf8_valid, 'test')
29 tools.assert_raises(DeprecationWarning, utf8.utf8_width, 'test')
32 tools.assert_raises(DeprecationWarning, utf8.utf8_text_wrap, 'test')
33 tools.assert_raises(DeprecationWarning, utf8.utf8_text_fill, 'test')
42 tools.assert_raises(DeprecationWarning, converters.to_bytes, *[5],
[all …]
/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/matchers/
H A Dtest_warnings.py38 matches_matcher = WarningMessage(category_type=DeprecationWarning)
39 warning_foo = make_warning_message('foo', DeprecationWarning)
55 matches_matcher = WarningMessage(category_type=DeprecationWarning,
57 warning_foo = make_warning_message('foo', DeprecationWarning)
58 warning_bar = make_warning_message('bar', DeprecationWarning)
72 matches_matcher = WarningMessage(category_type=DeprecationWarning,
89 matches_matcher = WarningMessage(category_type=DeprecationWarning,
106 matches_matcher = WarningMessage(category_type=DeprecationWarning,
125 warnings.warn('old_func is deprecated', DeprecationWarning, 2)
148 warnings.warn('old_func is deprecated', DeprecationWarning, 2)
[all …]
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/test/
H A Dtest_deprecated.py40 with self.assertWarnsRegex(DeprecationWarning, "Font.changed()"):
46 with self.assertWarnsRegex(DeprecationWarning, "Font.changed()"):
56 with self.assertWarnsRegex(DeprecationWarning, "fileName"):
62 with self.assertWarnsRegex(DeprecationWarning, "fileName"):
70 with self.assertWarnsRegex(DeprecationWarning, "Font.getWidth()"):
299 with self.assertWarnsRegex(DeprecationWarning, "Layer.font"):
402 with self.assertWarnsRegex(DeprecationWarning, "Info.font"):
579 with self.assertWarnsRegex(DeprecationWarning, "Lib.font"):
593 with self.assertWarnsRegex(DeprecationWarning, "Lib.glyph"):
1059 with self.assertWarnsRegex(DeprecationWarning,
[all …]
/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/tests/
H A Dtest_shouldwarn.py84 with ShouldWarn(DeprecationWarning):
88 with ShouldWarn(DeprecationWarning('foo')):
90 'foo', DeprecationWarning, 'bar.py', 42, 'bar_module'
104 with ShouldWarn(DeprecationWarning('bar')):
106 'foo', DeprecationWarning, 'bar.py', 42, 'bar_module'
112 'foo', DeprecationWarning, 'bar.py', 42, 'bar_module'
118 category=DeprecationWarning,
123 message=C(DeprecationWarning('foo')),
133 with ShouldWarn(DeprecationWarning,
135 warnings.warn("This utility is deprecated.", DeprecationWarning)
[all …]
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/
H A Dtest_deprecations.py11 assert_warns(DeprecationWarning, pywt.intwave, wavelet)
16 assert_warns(DeprecationWarning, pywt.centrfrq, wavelet)
21 assert_warns(DeprecationWarning, pywt.scal2frq, wavelet, 1)
25 assert_warns(DeprecationWarning, pywt.orthfilt, range(6))
31 assert_warns(DeprecationWarning, pywt.integrate_wavelet, (sig, xgrid))
45 assert_warns(DeprecationWarning, pywt.Modes.from_object, mode)
53 assert_warns(DeprecationWarning, get_mode, pywt.Modes, mode)
60 assert_warns(DeprecationWarning, use_MODES_new)
67 assert_warns(DeprecationWarning, use_MODES_old)
74 assert_warns(DeprecationWarning, use_MODES_new)
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/
H A D__init__.py40 warnings.filterwarnings('always', category=DeprecationWarning)
73 warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning)
88 warnings.filterwarnings('ignore', ".*getClientIP was deprecated.*", DeprecationWarning)
92 warnings.filterwarnings('ignore', ".*`formatargspec` is deprecated.*", DeprecationWarning)
97 DeprecationWarning)
101 DeprecationWarning)
103 DeprecationWarning)
120 "on or after.*", DeprecationWarning)
136 category=DeprecationWarning)
140 category=DeprecationWarning)
/dports/devel/ipython/ipython-7.29.0/IPython/lib/
H A Dinputhook.py26 DeprecationWarning, stacklevel=2)
137 DeprecationWarning, stacklevel=2)
145 DeprecationWarning, stacklevel=2)
180 DeprecationWarning, stacklevel=2)
206 DeprecationWarning, stacklevel=2)
229 DeprecationWarning, stacklevel=2)
244 DeprecationWarning, stacklevel=2)
275 DeprecationWarning, stacklevel=2)
304 DeprecationWarning, stacklevel=2)
334 DeprecationWarning, stacklevel=2)
[all …]
/dports/devel/ipython5/ipython-5.10.0/IPython/lib/
H A Dinputhook.py26 DeprecationWarning, stacklevel=2)
137 DeprecationWarning, stacklevel=2)
145 DeprecationWarning, stacklevel=2)
180 DeprecationWarning, stacklevel=2)
206 DeprecationWarning, stacklevel=2)
229 DeprecationWarning, stacklevel=2)
244 DeprecationWarning, stacklevel=2)
275 DeprecationWarning, stacklevel=2)
304 DeprecationWarning, stacklevel=2)
334 DeprecationWarning, stacklevel=2)
[all …]
/dports/devel/py-traits/traits-6.3.2/traits/util/tests/
H A Dtest_clean_strings.py30 with self.assertWarns(DeprecationWarning):
37 with self.assertWarns(DeprecationWarning):
39 with self.assertWarns(DeprecationWarning):
43 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
47 with self.assertWarns(DeprecationWarning):
52 with self.assertWarns(DeprecationWarning):
63 with self.assertWarns(DeprecationWarning):
75 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dbackward_compatibility.py46 DeprecationWarning, stacklevel=3)
92 DeprecationWarning, stacklevel=2)
115 DeprecationWarning, stacklevel=2)
132 warn(msg, DeprecationWarning, stacklevel=2)
155 DeprecationWarning, stacklevel=2)
167 DeprecationWarning, stacklevel=2)
174 DeprecationWarning, stacklevel=2)
186 DeprecationWarning, stacklevel=2)
227 DeprecationWarning, stacklevel=3)
234 DeprecationWarning, stacklevel=3)
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dbackward_compatibility.py46 DeprecationWarning, stacklevel=3)
92 DeprecationWarning, stacklevel=2)
115 DeprecationWarning, stacklevel=2)
132 warn(msg, DeprecationWarning, stacklevel=2)
155 DeprecationWarning, stacklevel=2)
167 DeprecationWarning, stacklevel=2)
174 DeprecationWarning, stacklevel=2)
186 DeprecationWarning, stacklevel=2)
227 DeprecationWarning, stacklevel=3)
234 DeprecationWarning, stacklevel=3)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/test_asyncio/
H A Dtest_queues.py38 with self.assertWarns(DeprecationWarning):
54 with self.assertWarns(DeprecationWarning):
68 with self.assertWarns(DeprecationWarning):
76 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
96 with self.assertWarns(DeprecationWarning):
105 with self.assertWarns(DeprecationWarning):
109 with self.assertWarns(DeprecationWarning):
115 with self.assertWarns(DeprecationWarning):
134 with self.assertWarns(DeprecationWarning):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_locks.py31 with self.assertWarns(DeprecationWarning):
35 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
50 with self.assertWarns(DeprecationWarning):
61 with self.assertWarns(DeprecationWarning):
81 with self.assertWarns(DeprecationWarning):
106 with self.assertWarns(DeprecationWarning):
158 with self.assertWarns(DeprecationWarning):
184 with self.assertWarns(DeprecationWarning):
221 with self.assertWarns(DeprecationWarning):
[all …]
H A Dtest_queues.py38 with self.assertWarns(DeprecationWarning):
54 with self.assertWarns(DeprecationWarning):
68 with self.assertWarns(DeprecationWarning):
76 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
96 with self.assertWarns(DeprecationWarning):
105 with self.assertWarns(DeprecationWarning):
109 with self.assertWarns(DeprecationWarning):
115 with self.assertWarns(DeprecationWarning):
134 with self.assertWarns(DeprecationWarning):
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_locks.py31 with self.assertWarns(DeprecationWarning):
35 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
50 with self.assertWarns(DeprecationWarning):
61 with self.assertWarns(DeprecationWarning):
81 with self.assertWarns(DeprecationWarning):
106 with self.assertWarns(DeprecationWarning):
158 with self.assertWarns(DeprecationWarning):
184 with self.assertWarns(DeprecationWarning):
221 with self.assertWarns(DeprecationWarning):
[all …]
H A Dtest_queues.py38 with self.assertWarns(DeprecationWarning):
54 with self.assertWarns(DeprecationWarning):
68 with self.assertWarns(DeprecationWarning):
76 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
96 with self.assertWarns(DeprecationWarning):
105 with self.assertWarns(DeprecationWarning):
109 with self.assertWarns(DeprecationWarning):
115 with self.assertWarns(DeprecationWarning):
134 with self.assertWarns(DeprecationWarning):
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_locks.py31 with self.assertWarns(DeprecationWarning):
35 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
50 with self.assertWarns(DeprecationWarning):
61 with self.assertWarns(DeprecationWarning):
81 with self.assertWarns(DeprecationWarning):
106 with self.assertWarns(DeprecationWarning):
158 with self.assertWarns(DeprecationWarning):
184 with self.assertWarns(DeprecationWarning):
221 with self.assertWarns(DeprecationWarning):
[all …]
H A Dtest_queues.py38 with self.assertWarns(DeprecationWarning):
54 with self.assertWarns(DeprecationWarning):
68 with self.assertWarns(DeprecationWarning):
76 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
96 with self.assertWarns(DeprecationWarning):
105 with self.assertWarns(DeprecationWarning):
109 with self.assertWarns(DeprecationWarning):
115 with self.assertWarns(DeprecationWarning):
134 with self.assertWarns(DeprecationWarning):
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_locks.py31 with self.assertWarns(DeprecationWarning):
35 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
50 with self.assertWarns(DeprecationWarning):
61 with self.assertWarns(DeprecationWarning):
81 with self.assertWarns(DeprecationWarning):
106 with self.assertWarns(DeprecationWarning):
158 with self.assertWarns(DeprecationWarning):
184 with self.assertWarns(DeprecationWarning):
221 with self.assertWarns(DeprecationWarning):
[all …]
H A Dtest_queues.py38 with self.assertWarns(DeprecationWarning):
54 with self.assertWarns(DeprecationWarning):
68 with self.assertWarns(DeprecationWarning):
76 with self.assertWarns(DeprecationWarning):
80 with self.assertWarns(DeprecationWarning):
96 with self.assertWarns(DeprecationWarning):
105 with self.assertWarns(DeprecationWarning):
109 with self.assertWarns(DeprecationWarning):
115 with self.assertWarns(DeprecationWarning):
134 with self.assertWarns(DeprecationWarning):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_locks.py31 with self.assertWarns(DeprecationWarning):
35 with self.assertWarns(DeprecationWarning):
45 with self.assertWarns(DeprecationWarning):
50 with self.assertWarns(DeprecationWarning):
61 with self.assertWarns(DeprecationWarning):
81 with self.assertWarns(DeprecationWarning):
106 with self.assertWarns(DeprecationWarning):
158 with self.assertWarns(DeprecationWarning):
184 with self.assertWarns(DeprecationWarning):
221 with self.assertWarns(DeprecationWarning):
[all …]

12345678910>>...165