Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Devops: Make use of the improved fixtures in aiida-core

    Most notably, the `aiida_profile` and related fixtures now by default
    use a profile using the `core.sqlite_dos` storage plugin and define no
    broker. This means the PostgreSQL and RabbitMQ services are no longer
    required to run the tests.
    sphuber committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cd0c3ee View commit details
    Browse the repository at this point in the history
  2. PseudoPotentialData: Change return type of get_objects_to_hash

    The `NodeCaching` class changed its API where the method
    `get_objects_to_hash` now returns a dictionary instead of a list.
    sphuber committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c0b15fe View commit details
    Browse the repository at this point in the history