From 5b4e2446b6f6c224dbc1f6aa1a6a714aac8abed9 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 12 Dec 2023 10:46:18 +0000 Subject: [PATCH] MAINT: restore test markers --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 17e8c8457..03306ac55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,6 +127,10 @@ ignore = [ [tool.pytest.ini_options] +markers = [ + "requires_tex: mark a test which requires a TeX installation", + "requires_chrome: mark a test which requires a chrome/chromium browser" +] filterwarnings = [ "error", 'ignore:nodes.Node.traverse() is obsoleted by Node.findall():PendingDeprecationWarning',