[Numpy-svn] [numpy/numpy] be2c5f: BUG: Production install of numpy should not requir...

GitHub noreply at github.com
Sun Aug 7 17:09:25 EDT 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: be2c5f3f31523a5709ebc6332bc81ed09bceb080
      https://github.com/numpy/numpy/commit/be2c5f3f31523a5709ebc6332bc81ed09bceb080
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  BUG: Production install of numpy should not require nose.

This fixes a Python 2.6 specific problem resulting from a failed import
of SkipTest. SkipTest was not part of unittest until Python 2.7 and the
fallback was to import it from nose.

Closes #7498.

[ci skip]


  Commit: fa9500027896c933a63342e5684ff3f8d07a908d
      https://github.com/numpy/numpy/commit/fa9500027896c933a63342e5684ff3f8d07a908d
  Author: Ralf Gommers <ralf.gommers at gmail.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #7917 from charris/fix-skiptest-import

BUG: Production install of numpy should not require nose.


Compare: https://github.com/numpy/numpy/compare/3983cab8cdfd...fa9500027896


More information about the Numpy-svn mailing list