Skip to content

Commit ab18f50

Browse files
committed
Fix tox passenv values
1 parent 3db9a47 commit ab18f50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ python =
88
3.8: py38
99
3.9: py39
1010
3.10: py310
11-
11+
1212
[gh-actions:env]
1313
PLATFORM =
1414
ubuntu-latest: linux
1515
macos-latest: macos
1616
windows-latest: windows
1717

1818
[testenv]
19-
platform =
19+
platform =
2020
macos: darwin
2121
linux: linux
2222
windows: win32
23-
passenv =
23+
passenv =
2424
CI
2525
GITHUB_ACTIONS
26-
DISPLAY XAUTHORITY
26+
DISPLAY
27+
XAUTHORITY
2728
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
2829
PYVISTA_OFF_SCREEN
2930
extras =

0 commit comments

Comments
 (0)