[Numpy-svn] [numpy/numpy] 154fc4: BLD: fix tests under Tox, include numpy.build_util...

GitHub noreply at github.com
Wed Aug 5 13:14:38 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 154fc44eb51a3358443b5813b8eef4a2f8bd2c28
      https://github.com/numpy/numpy/commit/154fc44eb51a3358443b5813b8eef4a2f8bd2c28
  Author: Alex Willmer <alex at moreati.org.uk>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M numpy/setup.py

  Log Message:
  -----------
  BLD: fix tests under Tox, include numpy.build_utils in the distribution

The sub-package is already included in bento builds, it appears
to have been missed from distutils.

This fixes the following error whilst running any tests with tox

```
ImportError: No module named build_utils.apple_accelerate
```


  Commit: 4553701b5d03efb5155ac6de7f439d372726caf6
      https://github.com/numpy/numpy/commit/4553701b5d03efb5155ac6de7f439d372726caf6
  Author: Alex Willmer <alex at moreati.org.uk>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M numpy/setup.py

  Log Message:
  -----------
  MAINT: List subpackages alphabetically in numpy.setup.configuration()

The intention is to make it easier to spot missing items


  Commit: f179ec92d8ddb0dc5f7445255022be5c4765a704
      https://github.com/numpy/numpy/commit/f179ec92d8ddb0dc5f7445255022be5c4765a704
  Author: Alex Willmer <alex at moreati.org.uk>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  TST: Add Python 3.4 to Tox environments


  Commit: ff668ba0d7652c12b28a6b6f9dbb3b581a383833
      https://github.com/numpy/numpy/commit/ff668ba0d7652c12b28a6b6f9dbb3b581a383833
  Author: Alex Willmer <alex at moreati.org.uk>
  Date:   2015-08-05 (Wed, 05 Aug 2015)

  Changed paths:
    M MANIFEST.in
    A numpy/_build_utils/__init__.py
    A numpy/_build_utils/apple_accelerate.py
    A numpy/_build_utils/common.py
    A numpy/_build_utils/src/apple_sgemv_fix.c
    A numpy/_build_utils/waf.py
    M numpy/bento.info
    R numpy/build_utils/__init__.py
    R numpy/build_utils/apple_accelerate.py
    R numpy/build_utils/common.py
    R numpy/build_utils/src/apple_sgemv_fix.c
    R numpy/build_utils/waf.py
    M numpy/core/bscript
    M numpy/core/setup.py
    M numpy/setup.py

  Log Message:
  -----------
  BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in

This fixes the distutils built from an sdist (e.g. under tox),
without including _build_utils in binary distributions or the installed numpy.


  Commit: eb0caab1c6d3fdad45b7c534c933e8bd738faf4e
      https://github.com/numpy/numpy/commit/eb0caab1c6d3fdad45b7c534c933e8bd738faf4e
  Author: Alex Willmer <alex at moreati.org.uk>
  Date:   2015-08-05 (Wed, 05 Aug 2015)

  Changed paths:
    A numpy/_build_utils/README

  Log Message:
  -----------
  DOC: Add warning about numpy._build_utils


  Commit: 399bf25c7b25ae448ae41df32ec2d27aa58223f1
      https://github.com/numpy/numpy/commit/399bf25c7b25ae448ae41df32ec2d27aa58223f1
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-08-05 (Wed, 05 Aug 2015)

  Changed paths:
    M MANIFEST.in
    A numpy/_build_utils/README
    A numpy/_build_utils/__init__.py
    A numpy/_build_utils/apple_accelerate.py
    A numpy/_build_utils/common.py
    A numpy/_build_utils/src/apple_sgemv_fix.c
    A numpy/_build_utils/waf.py
    M numpy/bento.info
    R numpy/build_utils/__init__.py
    R numpy/build_utils/apple_accelerate.py
    R numpy/build_utils/common.py
    R numpy/build_utils/src/apple_sgemv_fix.c
    R numpy/build_utils/waf.py
    M numpy/core/bscript
    M numpy/core/setup.py
    M numpy/setup.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #6160 from moreati/tox_fixup

TST: Fix running tests under Tox, add Python 3.4 to Tox environments


Compare: https://github.com/numpy/numpy/compare/9cd868a00cc4...399bf25c7b25


More information about the Numpy-svn mailing list