From ee34280e180b81e3e0a597997d3cd4eadb42b020 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..a0ba4392aeb8 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