@@ -901,7 +901,7 @@ def test_read_excel() -> None:
901
901
with pytest_warns_bounded (
902
902
DeprecationWarning ,
903
903
match = "datetime.datetime.utcnow" ,
904
- lower = "3.11" ,
904
+ lower = "3.11.99 " ,
905
905
version_str = platform .python_version (),
906
906
):
907
907
with ensure_clean (".xlsx" ) as path :
@@ -1037,7 +1037,7 @@ def test_read_excel_io_types() -> None:
1037
1037
with pytest_warns_bounded (
1038
1038
DeprecationWarning ,
1039
1039
match = "datetime.datetime.utcnow" ,
1040
- lower = "3.11" ,
1040
+ lower = "3.11.99 " ,
1041
1041
version_str = platform .python_version (),
1042
1042
):
1043
1043
with ensure_clean (".xlsx" ) as path :
@@ -1057,7 +1057,7 @@ def test_read_excel_basic():
1057
1057
with pytest_warns_bounded (
1058
1058
DeprecationWarning ,
1059
1059
match = "datetime.datetime.utcnow" ,
1060
- lower = "3.11" ,
1060
+ lower = "3.11.99 " ,
1061
1061
version_str = platform .python_version (),
1062
1062
):
1063
1063
with ensure_clean (".xlsx" ) as path :
@@ -1073,7 +1073,7 @@ def test_read_excel_list():
1073
1073
with pytest_warns_bounded (
1074
1074
DeprecationWarning ,
1075
1075
match = "datetime.datetime.utcnow" ,
1076
- lower = "3.11" ,
1076
+ lower = "3.11.99 " ,
1077
1077
version_str = platform .python_version (),
1078
1078
):
1079
1079
with ensure_clean (".xlsx" ) as path :
@@ -1097,7 +1097,7 @@ def test_read_excel_dtypes():
1097
1097
with pytest_warns_bounded (
1098
1098
DeprecationWarning ,
1099
1099
match = "datetime.datetime.utcnow" ,
1100
- lower = "3.11" ,
1100
+ lower = "3.11.99 " ,
1101
1101
version_str = platform .python_version (),
1102
1102
):
1103
1103
with ensure_clean (".xlsx" ) as path :
@@ -1112,7 +1112,7 @@ def test_excel_writer():
1112
1112
with pytest_warns_bounded (
1113
1113
DeprecationWarning ,
1114
1114
match = "datetime.datetime.utcnow" ,
1115
- lower = "3.11" ,
1115
+ lower = "3.11.99 " ,
1116
1116
version_str = platform .python_version (),
1117
1117
):
1118
1118
with ensure_clean (".xlsx" ) as path :
@@ -1137,7 +1137,7 @@ def test_excel_writer_engine():
1137
1137
with pytest_warns_bounded (
1138
1138
DeprecationWarning ,
1139
1139
match = "datetime.datetime.utcnow" ,
1140
- lower = "3.11" ,
1140
+ lower = "3.11.99 " ,
1141
1141
version_str = platform .python_version (),
1142
1142
):
1143
1143
with ensure_clean (".xlsx" ) as path :
@@ -1177,7 +1177,7 @@ def test_excel_writer_append_mode():
1177
1177
with pytest_warns_bounded (
1178
1178
DeprecationWarning ,
1179
1179
match = "datetime.datetime.utcnow" ,
1180
- lower = "3.11" ,
1180
+ lower = "3.11.99 " ,
1181
1181
version_str = platform .python_version (),
1182
1182
):
1183
1183
with ensure_clean (".xlsx" ) as path :
@@ -1461,7 +1461,7 @@ def test_all_read_without_lxml_dtype_backend() -> None:
1461
1461
with pytest_warns_bounded (
1462
1462
DeprecationWarning ,
1463
1463
match = "datetime.datetime.utcnow" ,
1464
- lower = "3.11" ,
1464
+ lower = "3.11.99 " ,
1465
1465
version_str = platform .python_version (),
1466
1466
):
1467
1467
with ensure_clean () as path :
@@ -1616,7 +1616,7 @@ def test_added_date_format() -> None:
1616
1616
with pytest_warns_bounded (
1617
1617
DeprecationWarning ,
1618
1618
match = "datetime.datetime.utcnow" ,
1619
- lower = "3.11" ,
1619
+ lower = "3.11.99 " ,
1620
1620
version_str = platform .python_version (),
1621
1621
):
1622
1622
with ensure_clean () as path :
0 commit comments