From d9ab5d1f6b9c969ab9e9796bd13cdbb8a861c410 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 6 Mar 2020 21:30:25 +0100 Subject: [PATCH] TT#76851 Register pytest marks in pytest.ini This is generating warnings in newer pytest versions. Change-Id: Iae9d319e5998a919137e0ad135c729b135376fde --- t/pytest.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/t/pytest.ini b/t/pytest.ini index 11e2bdf0..4183741c 100644 --- a/t/pytest.ini +++ b/t/pytest.ini @@ -1,2 +1,16 @@ [pytest] python_files=*.py +markers = + cmdline + get + mt_16391 + tt_11776 + tt_16316 + tt_16903 + tt_17401 + tt_17653 + tt_24920 + tt_33030 + tt_46601 + tt_47255 + tt_51601