There was an error while loading. Please reload this page.
2 parents 070e1eb + eb0256a commit 1bf32aeCopy full SHA for 1bf32ae
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