You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/12/15 21:57:04 UTC

[arrow] branch master updated: ARROW-4044: [Packaging/Python] Add hypothesis test dependency to pyarrow conda recipe

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 784d1cd  ARROW-4044: [Packaging/Python] Add hypothesis test dependency to pyarrow conda recipe
784d1cd is described below

commit 784d1cd04603f6f1f97904a62dac153d2569d2dd
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Sat Dec 15 15:56:51 2018 -0600

    ARROW-4044: [Packaging/Python] Add hypothesis test dependency to pyarrow conda recipe
    
    Crossbow tests: [kszucs/crossbow/build-374](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-374)
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #3187 from kszucs/ARROW-4044 and squashes the following commits:
    
    9bc4d880b <Krisztián Szűcs> add hypothesis to test requires
---
 dev/tasks/conda-recipes/pyarrow/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/conda-recipes/pyarrow/meta.yaml b/dev/tasks/conda-recipes/pyarrow/meta.yaml
index 167056b..7c65387 100644
--- a/dev/tasks/conda-recipes/pyarrow/meta.yaml
+++ b/dev/tasks/conda-recipes/pyarrow/meta.yaml
@@ -58,6 +58,7 @@ test:
 
   requires:
     - pytest
+    - hypothesis
 
   commands:
     - pytest --pyargs pyarrow