From 7709f6691adfca360e06af62d54d4b302f51429d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 7 Aug 2025 14:41:48 -0700 Subject: [PATCH] ? --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 33344eefe2..5f23b0ad8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,6 +144,7 @@ cpp_harness = "selfdrive/test/cpp_harness.py" python_files = "test_*.py" asyncio_default_fixture_loop_scope = "function" xvfb_args = "+extension GLX" +xvfb_xauth = true #timeout = "30" # you get this long by default markers = [ "slow: tests that take awhile to run and can be skipped with -m 'not slow'",