InsightSoftwareConsortium / napari-itk-io

File IO with itk for napari.
Apache License 2.0
7 stars 2 forks source link

BUG: Fix tox whitespace-between-variables error #8

Closed ntatsisk closed 1 year ago

ntatsisk commented 1 year ago

Tox no longer supports two variables in the same line separated by whitespace.

The relevant error message: py39: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'DISPLAY XAUTHORITY

thewtex commented 1 year ago

@ntatsisk thanks!