##// END OF EJS Templates
skip a failing test on windows...
Paul Ivanov -
Show More
@@ -29,6 +29,7 b' def test_cython_inline():'
29 29 nt.assert_equal(result, 30)
30 30
31 31
32 @dec.skip_win32
32 33 def test_cython_pyximport():
33 34 module_name = '_test_cython_pyximport'
34 35 ip.run_cell_magic('cython_pyximport', module_name, code)
General Comments 0
You need to be logged in to leave comments. Login now