pytest_plugin: Ensure swh_storage_backend backward compatibility
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.
Edited by Antoine Lambert