Skip to content

Commit 18578d0

Browse files
authored
try again
1 parent 6da4813 commit 18578d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ skip = "cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151151
build-verbosity = "3"
152152
environment = {LDFLAGS="-Wl,--strip-all"}
153153
# tzdata 2025.2 causing some failures on Windows
154-
test-requires = "hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 tzdata<2025.2"
154+
test-requires = "hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 tzdata==2025.1"
155155
test-command = """
156156
PANDAS_CI='1' python -c 'import pandas as pd; \
157157
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "-n 2", "--no-strict-data-files"]); \

0 commit comments

Comments
 (0)