From c154a7d8379f3b8e18d39dc1dd570f61a1c7f3e1 Mon Sep 17 00:00:00 2001 From: Paola Ferrario Date: Mon, 22 Jan 2024 19:19:45 +0100 Subject: [PATCH] Add slow mark to overlap check --- tests/pytest/macros_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pytest/macros_test.py b/tests/pytest/macros_test.py index 46d43d985..f3413c50d 100644 --- a/tests/pytest/macros_test.py +++ b/tests/pytest/macros_test.py @@ -1,5 +1,7 @@ import pytest +from pytest import mark + import glob import os import subprocess @@ -110,6 +112,7 @@ def execute_example_jobs(capsys, config_tmpdir, output_tmpdir, NEXUSDIR, macro_l p = subprocess.run(command, check=True, env=my_env) +@mark.slow def test_run_overlap_check(capsys, config_tmpdir, output_tmpdir, NEXUSDIR, check_list): with capsys.disabled():