File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies = [
3030 " numpy>=1.23.5; python_version<'3.12'" ,
3131 " numpy>=1.26.0; python_version>='3.12'" ,
3232 " python-dateutil>=2.8.2" ,
33- " tzdata>=2022.7"
33+ " tzdata>=2022.7,<2025.2 "
3434]
3535classifiers = [
3636 ' Development Status :: 5 - Production/Stable' ,
@@ -150,8 +150,7 @@ setup = ['--vsenv'] # For Windows
150150skip = " cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151151build-verbosity = " 3"
152152environment = {LDFLAGS =" -Wl,--strip-all" }
153- # 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.1"
153+ test-requires = " hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
155154test-command = """
156155 PANDAS_CI='1' python -c 'import pandas as pd; \
157156 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"]); \
You can’t perform that action at this time.
0 commit comments