Adapt entrypoints for swh.core 3.6
The new 'backend' handling mechanism in swh.core 3.6 expect the registered package to be a simple name (without '.'). So this partially revert changes from b681d147, reverting to using 'indexer_storage' as config section name.
Showing
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- requirements-swh.txt 1 addition, 1 deletionrequirements-swh.txt
- swh/indexer/cli.py 4 additions, 4 deletionsswh/indexer/cli.py
- swh/indexer/storage/__init__.py 1 addition, 1 deletionswh/indexer/storage/__init__.py
- swh/indexer/storage/api/server.py 6 additions, 6 deletionsswh/indexer/storage/api/server.py
- swh/indexer/tests/conftest.py 2 additions, 2 deletionsswh/indexer/tests/conftest.py
- swh/indexer/tests/storage/test_server.py 6 additions, 6 deletionsswh/indexer/tests/storage/test_server.py
- swh/indexer/tests/test_cli.py 0 additions, 49 deletionsswh/indexer/tests/test_cli.py
Loading
Please register or sign in to comment