From 96d7df3a4f47c0c0f786a7b2fb6b71f692fb1a6d Mon Sep 17 00:00:00 2001 From: anjali433yadav Date: Thu, 5 Feb 2026 13:15:47 +0530 Subject: [PATCH] Skip manual plotting tests in default pytest runs --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index f8b76279..abb27d35 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,7 +4,7 @@ markers = genetic: tests for genetic algorithm maripower: tests that need maripower support manual: tests that produce figures as output -addopts = -ra --tb=short --strict-markers +addopts = -ra --tb=short --strict-markers -m "not manual"