Improvements
-
The tests for
QbloxDrawhave been modified such that the plots don't open on the user's browser when running pytests via VSCode.
#924 -
Github Actions now use
pytest-xdistplugin to run tests in parallel. To run tests in parallel locally useuv run pytest -n auto --dist loadfile. The--dist loadfileflag is mandatory to avoid conflicts between tests that edit shared data, and should be planned for removal in the future.
#925