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 cdcc699 commit 5f20c3eCopy full SHA for 5f20c3e
testing/test_version.py
@@ -194,7 +194,7 @@ def test_regex_match_but_no_version() -> None:
194
with pytest.raises(
195
ValueError,
196
match=(
197
- r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1", '
+ r'The tag_regex "\(\?P<version>\)\.\*" matched tag "v1",'
198
" however the matched group has no value"
199
),
200
):
0 commit comments