[Numpy-svn] [numpy/numpy] 619861: MAINT: Remove nose.SkipTest import.

GitHub noreply at github.com
Mon Apr 4 16:03:03 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6198616b25d50abc9aabbce6784c10aaa10b33ce
      https://github.com/numpy/numpy/commit/6198616b25d50abc9aabbce6784c10aaa10b33ce
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  MAINT: Remove nose.SkipTest import.

This was only needed for Python 2.6 as it is available from unittest in
later Python versions.


  Commit: 0002eda3f817f296bb10ddfc297ca6f19b727940
      https://github.com/numpy/numpy/commit/0002eda3f817f296bb10ddfc297ca6f19b727940
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  STY: PEP8, two blank lines between top level function definitions.


  Commit: 49e3716ae6841f0d9d6bc6946545972647cf9a62
      https://github.com/numpy/numpy/commit/49e3716ae6841f0d9d6bc6946545972647cf9a62
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #7507 from charris/remove-nose-import

MAINT: Remove nose.SkipTest import.


Compare: https://github.com/numpy/numpy/compare/2fb95995d402...49e3716ae684


More information about the Numpy-svn mailing list