From f81b41f36773a6f3481fa6e99430516f46849bef Mon Sep 17 00:00:00 2001 From: ilayn Date: Mon, 14 Mar 2022 21:45:28 +0100 Subject: [PATCH] TST:Register marks explicitly in pytest.ini [skip actions] [skip circle] --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pytest.ini b/pytest.ini index 87bc6f07cdb3..37bffa63e8f6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,10 @@ [pytest] addopts = -l junit_family=xunit2 +markers = + slow: Tests that are very slow. + xslow: Mark test as extremely slow (not run unless explicitly requested. + xfail_on_32bit: mark test as failing on 32-bit platforms filterwarnings = error