##// END OF EJS Templates
Mark test_push_numpy_nocopy as a known failure for Python 3 (gh-1699)
Thomas Kluyver -
Show More
@@ -234,6 +234,7 b' class TestView(ClusterTestCase):'
234 234 b = view.gather('a', block=True)
235 235 assert_array_equal(b, a)
236 236
237 @dec.known_failure_py3
237 238 @skip_without('numpy')
238 239 def test_push_numpy_nocopy(self):
239 240 import numpy
General Comments 0
You need to be logged in to leave comments. Login now