Skip to content

Commit 9dc539a

Browse files
committed
misc
1 parent dac0fb2 commit 9dc539a

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/ci-code.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python-version: ['3.9', '3.12']
30-
database-backend: 'psql'
30+
database-backend: ['psql']
3131
include:
3232
- python-version: '3.9'
3333
database-backend: 'sqlite'
@@ -88,12 +88,6 @@ jobs:
8888
file: ./coverage.xml
8989
fail_ci_if_error: false # don't fail job, if coverage upload fails
9090

91-
- name: upterm
92-
uses: lhotari/action-upterm@v1
93-
if: ${{ failure() }}
94-
with:
95-
wait-timeout-minutes: 60
96-
9791
tests-presto:
9892

9993
runs-on: ubuntu-latest

docs/source/reference/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Below is a list with all available subcommands.
451451
--broker-host HOSTNAME Hostname for the message broker. [default: 127.0.0.1]
452452
--broker-port INTEGER Port for the message broker. [default: 5672]
453453
--broker-virtual-host TEXT Name of the virtual host for the message broker without
454-
leading forward slash.
454+
leading forward slash. [default: ""]
455455
--repository DIRECTORY Absolute path to the file repository.
456456
--test-profile Designate the profile to be used for running the test
457457
suite only.

tests/tools/archive/orm/test_codes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def test_input_code(aiida_profile_clean, tmp_path, aiida_localhost):
5959
export_file = tmp_path / 'export.aiida'
6060
create_archive([calc], filename=export_file)
6161

62+
aiida_profile_clean.reset_storage()
63+
6264
import_archive(export_file)
6365

6466
# Check that the code node is there

0 commit comments

Comments
 (0)