Skip to content

Commit

Permalink
test: address deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored and abn committed May 17, 2022
1 parent 54b1e5a commit 060a2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/version/test_version_pep440.py
Expand Up @@ -46,7 +46,6 @@ def test_pep440_release_tag_normalisation(
tag = ReleaseTag(*parts)
assert tag == result
assert tag.to_string() == result.to_string()
assert tag.to_string(short=True) == result.to_string(short=True)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 060a2ef

Please sign in to comment.