Skip to content

Commit

Permalink
test: ignore own 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 406e308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/version/test_version_pep440.py
Expand Up @@ -25,6 +25,7 @@ def test_pep440_release_segment_from_parts(
assert Release.from_parts(*parts) == result


@pytest.mark.filterwarnings("ignore::DeprecationWarning")
@pytest.mark.parametrize(
"parts,result",
[
Expand Down

0 comments on commit 406e308

Please sign in to comment.