Skip to content

Commit

Permalink
tox: Fix passenv error
Browse files Browse the repository at this point in the history
Fix whitespace error related to tox.
  • Loading branch information
hiagofranco committed Dec 17, 2022
1 parent fee9527 commit 903f8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ envlist =
# that our tests use.
setenv = LC_CTYPE = en_US.UTF-8
# Pass Display down to have it for the tests available
passenv = DISPLAY WAYLAND_DISPLAY
passenv = DISPLAY,WAYLAND_DISPLAY
whitelist_externals=convert
# xcffib has to be installed before cairocffi
deps =
Expand Down

0 comments on commit 903f8fc

Please sign in to comment.