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 d01cfc7 commit 4b70a20Copy full SHA for 4b70a20
testing/test_version.py
@@ -213,7 +213,7 @@ def test_only_version(version: str) -> None:
213
def test_tag_regex1(tag: str, expected: str) -> None:
214
if "+" in tag:
215
# pytest bug wrt cardinality
216
- with pytest.warns(UserWarning):
+ with pytest.warns(UserWarning): # noqa: PT030
217
result = meta(tag, config=c)
218
else:
219
0 commit comments