From 9c4a67214b2205825cec67df4ee6d691d671203b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sun, 29 Apr 2018 11:44:48 -0700 Subject: [PATCH] Test with numpy 1.11 instead of the latest Due to: https://github.com/blaze/datashape/issues/232 .. I picked 1.11 since astropy needs that so we will already have it. --- recipe/meta.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c290707..24815eb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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