sphuber / aiida-s3

AiiDA plugin that provides various storage backends that allow using cloud data storage services, such as AWS S3 and Azure Blob Storage.
MIT License
3 stars 2 forks source link

Devops: Make use of the improved fixtures in `aiida-core` #31

Closed sphuber closed 4 months ago

sphuber commented 7 months ago

The fixtures now provide the config_psql_dos fixture with the difference that it no longer provides the dictionary of an entire profile but just the storage configuration. The new tmp_aiida_profile is used to create a temporary profile with arbitrary storage on the fly.

sphuber commented 7 months ago

Thanks @sebaB003 . I just opened the PR to test the new interface. I am holding off with merging this until the new functionality is released with AiiDA v2.6 which is relatively soon. I don't want to build of a branch of aiida-core in this package