does not work on MacOS
This commit is contained in:
parent
041d3ffdd7
commit
f3d8d78879
|
@ -107,7 +107,8 @@ class TestResult:
|
||||||
in_file = default.place('|F_e|')
|
in_file = default.place('|F_e|')
|
||||||
assert np.allclose(in_memory,in_file)
|
assert np.allclose(in_memory,in_file)
|
||||||
|
|
||||||
@pytest.mark.parametrize('mode',['direct','function'])
|
@pytest.mark.parametrize('mode',
|
||||||
|
['direct',pytest.param('function',marks=pytest.mark.xfail(sys.platform=="darwin",reason='n/a'))])
|
||||||
def test_add_calculation(self,default,tmp_path,mode):
|
def test_add_calculation(self,default,tmp_path,mode):
|
||||||
|
|
||||||
if mode == 'direct':
|
if mode == 'direct':
|
||||||
|
|
Loading…
Reference in New Issue