Before committing anything, please run
pre-commit install
at the root of your clone of this repository.
You need to run the python tests in the virtual environment generated like this:
virtualenv venv
. venv/bin/activate
pip install -r tests/backend/requirements.txt
See the pipeline code.