Skip to content
v0.0.68

* mypy: ignore django-stubs, needed only by hypothesis
* mypy: use conffile to ignore requests_mock
* typing: minimal changes to make a no-op mypy run pass
* db_testing.py: do not explode when TEST_DB_DUMP = None
* swh.core.config.parse_config_file: fix sphinx markup in docstring
* statsd: protect access to the statsd's socket
* tests: add tests for swh.logger and swh.tarball modules
* Remove fallback when aiohttp_utils is not installed.