diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index ea290b495e..7443311adf 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: python-version: ['3.9', '3.12'] - database-backend: 'psql' + database-backend: ['psql'] include: - python-version: '3.9' database-backend: 'sqlite' @@ -88,12 +88,6 @@ jobs: file: ./coverage.xml fail_ci_if_error: false # don't fail job, if coverage upload fails - - name: upterm - uses: lhotari/action-upterm@v1 - if: ${{ failure() }} - with: - wait-timeout-minutes: 60 - tests-presto: runs-on: ubuntu-latest diff --git a/docs/source/reference/command_line.rst b/docs/source/reference/command_line.rst index 1e8370e5e8..2b749fd3ae 100644 --- a/docs/source/reference/command_line.rst +++ b/docs/source/reference/command_line.rst @@ -451,7 +451,7 @@ Below is a list with all available subcommands. --broker-host HOSTNAME Hostname for the message broker. [default: 127.0.0.1] --broker-port INTEGER Port for the message broker. [default: 5672] --broker-virtual-host TEXT Name of the virtual host for the message broker without - leading forward slash. + leading forward slash. [default: ""] --repository DIRECTORY Absolute path to the file repository. --test-profile Designate the profile to be used for running the test suite only. diff --git a/tests/tools/archive/orm/test_codes.py b/tests/tools/archive/orm/test_codes.py index 0813cda8a1..5edc7e2fc7 100644 --- a/tests/tools/archive/orm/test_codes.py +++ b/tests/tools/archive/orm/test_codes.py @@ -59,6 +59,8 @@ def test_input_code(aiida_profile_clean, tmp_path, aiida_localhost): export_file = tmp_path / 'export.aiida' create_archive([calc], filename=export_file) + aiida_profile_clean.reset_storage() + import_archive(export_file) # Check that the code node is there