Commit 2876c091 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Update test results

Merge conflict between my pr that added the full test suite and Sun's that
fixed one of the tests.
parent f9fcd85f
......@@ -89,7 +89,7 @@ except:
try:
test_helper.run_test(['sh', '-c', '. %s/bin/activate && python %s/numpy/tools/test-installed-numpy.py' % (ENV_DIR, ENV_DIR)],
ENV_NAME, [dict(ran=5781, errors=2, failures=3)])
ENV_NAME, [dict(ran=5781, errors=2, failures=2)])
finally:
if USE_CUSTOM_PATCHES:
print_progress_header("Unpatching NumPy...")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment