Skip to content

Commit ffcd011

Browse files
committed
Ignore flake8 rules in test_run_reporting
1 parent 2690fe6 commit ffcd011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

message_ix_models/tests/model/material/test_run_reporting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pytest import param
33

44
from message_ix_models.model.material.report.run_reporting import load_config, run
5-
from message_ix_models.tests.test_tools import scenario
5+
from message_ix_models.tests.test_tools import scenario # noqa: F401
66

77

88
@pytest.mark.parametrize(
@@ -29,6 +29,6 @@ def test_load_config(config_name, exp_len) -> None:
2929

3030

3131
@pytest.mark.xfail(reason="Missing R12 scenario snapshot", raises=ValueError)
32-
def test_run(scenario) -> None:
32+
def test_run(scenario) -> None: # noqa: F811
3333
run(scenario)
3434
# TODO Add assertions once test scenario is available

0 commit comments

Comments
 (0)