Skip to content

Commit

Permalink
Remove xfail marks for IAMconsortium/pyam#744
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Sep 1, 2023
1 parent de02869 commit 0127930
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions message_ix/tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
condition=GHA and sys.platform == "darwin",
reason="Always fails on GitHub Action macOS runners",
),
pytest.mark.xfail( # 2
condition=sys.version_info.minor >= 11,
reason="pyam-iamc does not support Python 3.11; see IAMconsortium/pyam#744",
),
]

# Affects all tests in the file
Expand Down Expand Up @@ -87,7 +83,7 @@ def _t(group: Union[str, None], basename: str, *, check=None, marks=None):
_t("w0", f"{W}_historical_new_capacity"),
_t("w0", f"{W}_multinode"),
# NB this is the same value as in test_reporter()
_t(None, f"{W}_report", check=[("len-rep-graph", 13074)], marks=MARK[2]),
_t(None, f"{W}_report", check=[("len-rep-graph", 13074)]),
_t("at0", "austria", check=[("solve-objective-value", 206321.90625)]),
_t("at0", "austria_single_policy", check=[("solve-objective-value", 205310.34375)]),
_t("at0", "austria_multiple_policies"),
Expand Down

0 comments on commit 0127930

Please sign in to comment.