From fa8f473716b8d1b14dfed3e61bb50593f79b63f8 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 3 Jun 2026 08:24:35 -0400 Subject: [PATCH] test(pytest): add docker marker --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c7ae71c2..b5ffafb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dev = [ markers = [ "integration: marks tests as integration tests (requires live GUI)", "clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)", + "docker: docker build and run test (opt-in via RUN_DOCKER_TEST=1)", ] [tool.mypy]