From b92731e0e4a4bfd0aa0a0d1a8aa64414917bae0b Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 8 Nov 2022 00:34:05 +0000 Subject: [PATCH] Add ``require_new_history`` marker to ``pytest.ini`` --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index de0293eb924c..7c1d40306310 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,6 +8,7 @@ pythonpath = lib markers = data_manager: marks test as a data_manager test external_dependency_management: slow tests which resolves dependencies with e.g. conda + require_new_history: test that needs to be given a new history tool: marks test as a tool test gtn_screenshot: marks test as a screenshot producer for galaxy training network local: mark indicates, that it is sufficient to run test locally to get relevant artifacts (e.g. screenshots)