Skip to content

Commit 37459ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35638a3 commit 37459ef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,11 @@ Documentation = 'https://aiida.readthedocs.io'
279279
Home = 'http://www.aiida.net/'
280280
Source = 'https://github.com/aiidateam/aiida-core'
281281

282+
[tool.coverage.run]
283+
omit = [
284+
"src/aiida/tools/_dumping/**/*"
285+
]
286+
282287
[tool.flit.module]
283288
name = 'aiida'
284289

@@ -536,8 +541,3 @@ commands = molecule {posargs:test}
536541
# .github/actions/install-aiida-core/action.yml
537542
# .readthedocs.yml
538543
required-version = ">=0.7.0"
539-
540-
[tool.coverage.run]
541-
omit = [
542-
"src/aiida/tools/_dumping/**/*"
543-
]

tests/cmdline/commands/test_profile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def test_configure_rabbitmq(run_cli_command, isolated_config):
335335
assert 'Connected to RabbitMQ with the provided connection parameters' in cli_result.stdout
336336
assert profile.process_control_config['broker_port'] == 5672
337337

338+
338339
def test_profile_dump(run_cli_command, tmp_path, generate_calculation_node_add):
339340
"""Test verdi profile dump"""
340341
from aiida import orm

0 commit comments

Comments
 (0)