Skip to content
v3.2.0

Improvments:
- cli: Add --dbname option to 'swh db upgrade' command
- Replace usage of pkg_resources by importlib

Fixes:
- config: Handle NotADirectoryError exception in exists_accessible
- Fix entry point loading in the swh cli
- Fix tests when executed directly with pytest in a editable-mode installed
package situation

Maintenance:
- Remove bw-compat code for pytest<3.9
- Remove the (empty) swh/core/api/tests/conftest.py file