~/swh-environment/swh-loader-git/.tox/py3/lib/python3/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
======================== 79 passed in 6.59 seconds =========================
Setup the databases (optional)
------------------------------
If you want to run some packages manually, you may need to setup their databases.
The different databases for each subproject that requires one (like ``storage`` or ``scheduler``) should be setup through the ``swh db create`` or ``swh db init`` command. See their help for more information.
Test changes using a local instance
-----------------------------------
How to test your changes with a local instance is explained in the :ref:`documentation about our Docker setup <docker-environment>`.
Sending your changes
--------------------
After you are done making the changes you want, you can send them on our
forge. See the guide on :ref:`how to submit patches <patch-submission>`.