Skip to content

Commit 2a54fef

Browse files
committed
Ingore unknown marks in tests
1 parent bbc0de5 commit 2a54fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_mark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
ignore_markinfo = pytest.mark.filterwarnings(
2323
"ignore:MarkInfo objects:pytest.RemovedInPytest4Warning"
2424
)
25+
pytestmark = pytest.mark.filterwarnings("ignore:Unknown mark")
2526

2627

2728
class TestMark(object):

0 commit comments

Comments
 (0)