Skip to content

Commit

Permalink
Ingore unknown marks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Mar 17, 2019
1 parent bbc0de5 commit 2a54fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_mark.py
Expand Up @@ -22,6 +22,7 @@
ignore_markinfo = pytest.mark.filterwarnings(
"ignore:MarkInfo objects:pytest.RemovedInPytest4Warning"
)
pytestmark = pytest.mark.filterwarnings("ignore:Unknown mark")


class TestMark(object):
Expand Down

0 comments on commit 2a54fef

Please sign in to comment.