From edcac0bae576866ff24e4a6870a4facb7d8011e2 Mon Sep 17 00:00:00 2001 From: stash Date: Fri, 25 Jul 2025 16:40:37 -0700 Subject: [PATCH] Added tofix pytest tag back to addopts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39350d489b..7f4f1593e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ markers = [ "tofix: tests that require fixing and are temporarily disabled" ] -addopts = "-v -p no:warnings -ra --color=yes -m 'not vis and not benchmark and not exclude and not tool and not needsdata and not lcm and not ros and not heavy and not tofix'" +addopts = "-v -p no:warnings -ra --color=yes -m 'not vis and not benchmark and not exclude and not tool and not needsdata and not lcm and not ros and not heavy and not gpu and not module and not tofix'"