diff --git a/pyproject.toml b/pyproject.toml index 2a4c0e419b..57d12d7302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,6 @@ cpp_files = "test_*" cpp_harness = "selfdrive/test/cpp_harness.py" python_files = "test_*.py" asyncio_default_fixture_loop_scope = "function" -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'",