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 2019/06/28 12:34:20 UTC

[arrow] branch master updated: ARROW-5771: [Python] Add pytz to conda_env_python.yml to fix python-nopandas build

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 da9b5f0  ARROW-5771: [Python] Add pytz to conda_env_python.yml to fix python-nopandas build
da9b5f0 is described below

commit da9b5f0f4fbec6aac3fa76aabd7409d9d771592f
Author: Wes McKinney <we...@apache.org>
AuthorDate: Fri Jun 28 07:34:11 2019 -0500

    ARROW-5771: [Python] Add pytz to conda_env_python.yml to fix python-nopandas build
    
    It seems perhaps due to the conda upgrade that pytz was getting uninstalled. pytz is nevertheless a test dependency so we should include it explicitly in the conda requirements
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #4734 from wesm/ARROW-5771 and squashes the following commits:
    
    f27bc1ab5 <Wes McKinney> Add pytz to conda_env_python.yml to fix nopandas build
---
 ci/conda_env_python.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/conda_env_python.yml b/ci/conda_env_python.yml
index b2b68b8..a0cd737 100644
--- a/ci/conda_env_python.yml
+++ b/ci/conda_env_python.yml
@@ -22,5 +22,6 @@ numpy>=1.14
 pandas
 pytest
 pytest-faulthandler
+pytz
 setuptools
 setuptools_scm=3.2.0