Skip to content

Commit

Permalink
Test with numpy 1.11 instead of the latest
Browse files Browse the repository at this point in the history
Due to: blaze/datashape#232

.. I picked 1.11 since astropy needs that so we will already have it.
  • Loading branch information
mingwandroid committed Apr 29, 2018
1 parent cdf6c14 commit 9c4a672
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ test:
requires:
- pytest
- mock
# Use numpy 1.11 due to numpy 1.14 failures:
# https://github.com/blaze/datashape/issues/232
# =================================== FAILURES ===================================
# ________________________________ test_validate _________________________________
#
# def test_validate():
# assert validate(int, 1)
# > assert validate('int', 1)
# E AssertionError: assert False
# E + where False = validate('int', 1)
- numpy 1.11

commands:
- py.test -vx --doctest-modules --pyargs datashape
Expand Down

0 comments on commit 9c4a672

Please sign in to comment.