Skip to content

Commit

Permalink
test_group_warnings_by_message: ignore own PytestExperimentalApiWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 3, 2019
1 parent 56d9ea0 commit 017a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def test_warnings_checker_twice():
warnings.warn("Message B", UserWarning)


@pytest.mark.filterwarnings("ignore::pytest.PytestExperimentalApiWarning")
@pytest.mark.filterwarnings("always")
def test_group_warnings_by_message(testdir):
testdir.copy_example("warnings/test_group_warnings_by_message.py")
Expand Down

0 comments on commit 017a0dd

Please sign in to comment.