jorisvandenbossche commented on a change in pull request #12522:
URL: https://github.com/apache/arrow/pull/12522#discussion_r818420435



##########
File path: python/pyarrow/tests/strategies.py
##########
@@ -224,6 +231,9 @@ def _pymap(draw, key_type, value_type, size, nullable=True):
 
 @st.composite
 def arrays(draw, type, size=None, nullable=True):
+    pytest.importorskip("pytz")

Review comment:
       > It seems all the tests in `test_strategies.py` are being skipped?
   
   Yeah, it seems you need to manually enable them by passing 
`--enable-hypothesis` flag to pytest (I struggled with this in the past as 
well, I remember. This is documented .. but easy to miss: 
https://arrow.apache.org/docs/dev/developers/python.html#test-groups
   
   > I would need to install `timedelta`,
   
   That's not about the standard library `datetime.timedelta`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to