Skip to content

Commit 635b28e

Browse files
author
MomIsBestFriend
committed
Trying with smaller daterange
1 parent 7507faa commit 635b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/offsets/test_offsets_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
pd.date_range,
4747
start=st.datetimes(
4848
# TODO: Choose the min/max values more systematically
49-
min_value=Timestamp(1900, 1, 1).to_pydatetime(),
49+
min_value=Timestamp(2000, 1, 1).to_pydatetime(),
5050
max_value=Timestamp(2100, 1, 1).to_pydatetime(),
5151
),
5252
periods=st.integers(min_value=2, max_value=100),

0 commit comments

Comments
 (0)