Skip to content

Commit d3ead8b

Browse files
committed
pin dateutil to git to avoid deprecation warning
1 parent abf9c19 commit d3ead8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
coverage==7.2.7
22
dirty-equals==0.6.0
33
hypothesis==6.79.4
4+
# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
5+
# released which removes use of deprecated utcfromtimestamp
6+
git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
47
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
58
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
69
pytest==7.4.3

0 commit comments

Comments
 (0)