=========================================== ERRORS ============================================
_____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py ______
ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py:35: in <module>
import pyarrow.tests.strategies as past
opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
import pytz
E ModuleNotFoundError: No module named 'pytz'
_ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py _
ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py:31: in <module>
import pytz
E ModuleNotFoundError: No module named 'pytz'
_____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py _____
ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py:29: in <module>
import hypothesis.extra.pytz as tzst
opt/conda/lib/python3.7/site-packages/hypothesis/extra/pytz.py:34: in <module>
import pytz
E ModuleNotFoundError: No module named 'pytz'
___ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py ___
ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py:21: in <module>
import pyarrow.tests.strategies as past
opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
import pytz
E ModuleNotFoundError: No module named 'pytz'
_____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py ______
ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py:28: in <module>
import pyarrow.tests.strategies as past
opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
import pytz
E ModuleNotFoundError: No module named 'pytz'