tox
And ensure client wise (locally), it's indeed reusable as in [1]:
- adapting locally swh.loader.core requirement-test.txt to `swh.storage[testing]`
- dropping spurrious `swh.storage.tests.conftests.*` import
- tox amended with storage `.tox/bin/pip install -e ../swh-storage`
- all tests are green
[1] See D3453