Skip to content

Commit

Permalink
test: address deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed May 17, 2022
1 parent 0d1d610 commit 3ff02a7
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 3ff02a7

Please sign in to comment.