From 8e6ac91d1b6d38bbb525a37d847691fa95bef731 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 7 Aug 2025 14:34:58 -0700 Subject: [PATCH] ? --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7103163458..0d6b3b062c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ testing = [ "pytest-asyncio", "pytest-mock", "pytest-repeat", + "pytest-xvfb", "ruff", "codespell", "pre-commit-hooks", @@ -142,6 +143,7 @@ cpp_files = "test_*" cpp_harness = "selfdrive/test/cpp_harness.py" python_files = "test_*.py" asyncio_default_fixture_loop_scope = "function" +xvfb_args = "-ac +extension GLX +render -noreset" #timeout = "30" # you get this long by default markers = [ "slow: tests that take awhile to run and can be skipped with -m 'not slow'",