Skip to content
Snippets Groups Projects

pytest_plugin: Ensure swh_storage_backend backward compatibility

  1. Nov 27, 2024
    • Antoine Lambert's avatar
      pytest_plugin: Ensure swh_storage_backend backward compatibility · e1b56ff9
      Antoine Lambert authored
      Recent changes in swh-storage added the PartitionsManagementInterface
      but this interface is only implemented on real storage backends, not
      proxies.
      
      Any client code overriding the swh_storage_backend_config to return a
      storage pipeline (loaders for instance) ends up with error otherwise.
      e1b56ff9
Loading