We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5548129 commit 488d19cCopy full SHA for 488d19c
1 file changed
tests/test_helpers_common.py
@@ -95,6 +95,5 @@ def test_deprecation(self):
95
def test_func(): pass
96
deprecate(test_func, "new_test_func")
97
self.assertIsNone(test_func())
98
- with self.assertWarns(DeprecationWarning):
99
- deprecate("old.module", "new.module")
+ deprecate("old.module", "new.module")
100
0 commit comments