quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
311 stars 50 forks source link

Tox failing due to environment variables not set correctly #274

Closed p-j-smith closed 1 year ago

p-j-smith commented 1 year ago

CI is failing before tests are run because tox fails with the following error:

failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'DISPLAY XAUTHORITY'

In tox.ini, the DISPLAY_AUTHORITY environment variable is being is passed to tox, but I don't see where it's defined. Should it be defined somewhere or is it safe to remove from tox.ini?