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 070e1eb commit eb0256aCopy full SHA for eb0256a
1 file changed
Tests/test_deprecate.py
@@ -47,7 +47,6 @@ def test_unknown_version() -> None:
47
],
48
)
49
def test_old_version(deprecated: str, plural: bool, expected: str) -> None:
50
- expected = r""
51
with pytest.raises(RuntimeError, match=expected):
52
_deprecate.deprecate(deprecated, 1, plural=plural)
53
0 commit comments