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: fix tests for dependencies updates #53

Merged
merged 4 commits into from
Feb 12, 2024
Merged

Commits on Feb 9, 2024

  1. Bump SSSP version to 1.3 in tests

    aiida-quantumespresso has now by default SSSP v1.3 efficiency.
    The fake SSSP pseudo family is therefore updated corrispondingly.
    bastonero committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a7f604a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a56e4e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. DevOps: update docs dependencies

    Some dependencies made the RTD build to break.
    This dependencies update fixes it. Moreover, MyST
    notebook has finally released a stable 1.0 version.
    bastonero committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ba9d6cc View commit details
    Browse the repository at this point in the history
  2. Docs: Remove aiida.manage.configuration.load_documentation_profile

    This was necessary when Django backends were still supported, but since
    its removal in AiiDA v2.0 just loading the ORM no longer actually needs
    to connect to a database. In principle, the documentation no longer
    needs a profile whatsoever, except for `aiida-quantumespresso` the
    AutoAPI still needs it because in loading the specifications of certain
    `Process` classes, a profile is loaded. So the docs `conf.py` now loads
    an empty dummy profile for this purpose.
    bastonero committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    acf5e35 View commit details
    Browse the repository at this point in the history