Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/tests.yml: add dependencies for GUI testing
According to pytest-qt's documentation [1]: > It might happen that your tox run finishes abruptly without any useful information, e.g.: > ... > pytest-qt needs a DISPLAY to run, otherwise Qt calls abort() and the process crashes immediately. To mitigate this, I've followed instructions in [2]. [1] https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#tox-invocationerror-without-further-information [2] https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
- Loading branch information