Skip to content

Commit f69f493

Browse files
authored
gh-594: added upper bound (#608)
added upper bound
1 parent 2e3bbe8 commit f69f493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_timefuncs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def test_to_datetime_nat() -> None:
320320
with pytest_warns_bounded(
321321
UserWarning,
322322
match="Could not infer format, so each element",
323+
upper="2.0.99",
323324
lower="1.5.99",
324325
):
325326
check(

0 commit comments

Comments
 (0)