Skip to content

Commit

Permalink
MNT: Mark test_moist_lapse_failure as xfail on mac arm64
Browse files Browse the repository at this point in the history
Apparently this problematic test fails here too.
  • Loading branch information
dopplershift committed Nov 1, 2023
1 parent a83ba4a commit f6773c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/calc/test_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_moist_lapse_starting_points(start, direction):

@pytest.mark.xfail(platform.machine() == 'aarch64',
reason='ValueError is not raised on aarch64')
@pytest.mark.xfail(platform.machine() == 'arm64', reason='ValueError is not raised on Mac M2')
@pytest.mark.xfail(sys.platform == 'win32', reason='solve_ivp() does not error on Windows')
@pytest.mark.xfail(packaging.version.parse(scipy.__version__) < packaging.version.parse('1.7'),
reason='solve_ivp() does not error on Scipy < 1.7')
Expand Down

0 comments on commit f6773c2

Please sign in to comment.