From aebf02b15f31146431055884814049dddcb8f231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Althviz=20Mor=C3=A9?= Date: Fri, 23 Dec 2022 15:20:32 -0500 Subject: [PATCH] Fix tox passenv setup for DISPLAY and XAUTHORITY environment variables (#5441) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 904b872e910..70cc977f6ec 100644 --- a/tox.ini +++ b/tox.ini @@ -59,7 +59,8 @@ platform = passenv = CI GITHUB_ACTIONS - DISPLAY XAUTHORITY + DISPLAY + XAUTHORITY NUMPY_EXPERIMENTAL_ARRAY_FUNCTION PYVISTA_OFF_SCREEN MIN_REQ