summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2019-07-09 09:46:34 -0500
committerOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2019-07-09 09:46:34 -0500
commit6f3483ac04bc59c6b9810397b674ec19b9c071c9 (patch)
tree7c2e8b6b7f953766be2a268bd7073acb03792812 /numpy/core/fromnumeric.py
parentc920f98072226c1604d097bdd40db6c8a5a71f06 (diff)
downloadnumpy-6f3483ac04bc59c6b9810397b674ec19b9c071c9.tar.gz
Fixing failure on Python 2.7 on Windows 7
When executing pytest --pyargs numpy.distuils.tests.test_fcompiler test_fcompiler_flags fails with ``` > raise e E ValueError: [u'path', u'include', u'lib'] lib\site-packages\numpy\distutils\fcompiler\compaq.py:100: ValueError ---------------------------- Captured stdout call ----------------------------- Unexpected ValueError in C:\TCAgent1\work\7cc6992266387eba\distribution\lib\site -packages\numpy\distutils\fcompiler\compaq.py ``` It appears that the list argument of ValueError contains 'path' not at the end of the list like the current test expects, but at the beginning. After this fix, 9 test failures of `pytest --pyargs numpy.distutils` go away.
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions