From 741befb5c100925091f8cfe0a599760a1055f389 Mon Sep 17 00:00:00 2001 From: Talon Chandler Date: Wed, 4 Jan 2023 18:16:16 -0800 Subject: [PATCH 1/2] Remove DISPLAY AUTHORITY --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8b3cec91..1b9e6e4b 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,6 @@ platform = passenv = CI GITHUB_ACTIONS - DISPLAY XAUTHORITY NUMPY_EXPERIMENTAL_ARRAY_FUNCTION PYVISTA_OFF_SCREEN extras = From 37cadc762a04db154c8a791868df7165b182a5cc Mon Sep 17 00:00:00 2001 From: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:31:15 -0800 Subject: [PATCH 2/2] line break between two environment variables --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1b9e6e4b..a1860f29 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,8 @@ platform = passenv = CI GITHUB_ACTIONS + DISPLAY + XAUTHORITY NUMPY_EXPERIMENTAL_ARRAY_FUNCTION PYVISTA_OFF_SCREEN extras =