cyb70289 commented on a change in pull request #11880:
URL: https://github.com/apache/arrow/pull/11880#discussion_r763836248
##########
File path: python/pyarrow/tests/strategies.py
##########
@@ -105,9 +105,7 @@
pa.duration,
st.sampled_from(['s', 'ms', 'us', 'ns'])
)
-interval_types = st.sampled_from(
- pa.month_day_nano_interval()
-)
+interval_types = st.just(pa.month_day_nano_interval())
Review comment:
Not familiar with Hypothesis. Looks okay to me.
@jorisvandenbossche , will you have a look at this change?
--
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]