Skip to content

Commit c580287

Browse files
brakhaneTinche
authored andcommitted
fix test failure on Windows
On Windows, datetime.fromtimestamp only seems to support positive values
1 parent dd8445f commit c580287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_preconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def everythings(
101101
)
102102
)
103103
dts = datetimes(
104-
min_value=datetime(1904, 1, 1),
104+
min_value=datetime(1970, 1, 1),
105105
max_value=datetime(2038, 1, 1),
106106
timezones=just(timezone.utc),
107107
)

0 commit comments

Comments
 (0)