Skip to content

Commit 6ecd7bf

Browse files
committed
Remove temporary test marks made for #328
1 parent 7a999bc commit 6ecd7bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

message_ix_models/tests/model/transport/test_report.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_bare(request, test_context, tmp_path, regions, years):
167167
@mark.parametrize(
168168
"build",
169169
(
170-
pytest.param(True, marks=make_mark["gh"](328)), # Run .transport.build.main()
170+
True, # Run .transport.build.main()
171171
False, # Use data from an Excel export
172172
),
173173
)
@@ -202,7 +202,6 @@ def test_simulated(request, test_context, build, regions="R12", years="B"):
202202

203203
@sim.to_simulate.minimum_version
204204
@MARK[10]
205-
@make_mark["gh"](328)
206205
def test_simulated_iamc(
207206
request, tmp_path_factory, test_context, regions="R12", years="B"
208207
) -> None:
@@ -252,7 +251,6 @@ def test_simulated_iamc(
252251

253252
@build.get_computer.minimum_version
254253
@MARK[10]
255-
@make_mark["gh"](328)
256254
@mark.usefixtures("quiet_genno")
257255
@pytest.mark.parametrize(
258256
"plot_name",

0 commit comments

Comments
 (0)