Skip to content

Commit 456c722

Browse files
committed
[deps] Upgrade to pytest 9
I was getting very strange warnings in my environment with pytest 7.x regarding unclosed files. Upgrading seems to have fixed it.
1 parent 76fdc65 commit 456c722

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

ci/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pycparser==3.0
4545
# -c ci/../hail/python/dev/pinned-requirements.txt
4646
# -c ci/../hail/python/pinned-requirements.txt
4747
# cffi
48-
pyjwt==2.11.0
48+
pyjwt==2.12.0
4949
# via
5050
# -c ci/../hail/python/pinned-requirements.txt
5151
# gidgethub

hail/python/dev/pinned-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ pygments==2.19.2
399399
# ipython
400400
# jupyter-console
401401
# nbconvert
402+
# pytest
402403
# sphinx
403404
pylint==3.3.9
404405
# via -r hail/python/dev/requirements.txt
@@ -408,7 +409,7 @@ pyproject-hooks==1.2.0
408409
# via build
409410
pyright==1.1.408
410411
# via -r hail/python/dev/requirements.txt
411-
pytest==7.4.4
412+
pytest==9.0.2
412413
# via
413414
# -r hail/python/dev/requirements.txt
414415
# pytest-asyncio

hail/python/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uv-build>=0.10.0,<0.11
1111
curlylint>=0.13.1,<1
1212
click>=8.1.2,<9
1313
mock>=5.1,<5.2
14-
pytest>=7.1.3,<8
14+
pytest>=9,<10
1515
pytest-html>=1.20.0,<2
1616
pytest-xdist>=2.2.1,<3
1717
pytest-instafail>=0.4.2,<1

hail/python/hailtop/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pycparser==3.0
123123
# via cffi
124124
pygments==2.19.2
125125
# via rich
126-
pyjwt==2.11.0
126+
pyjwt==2.12.0
127127
# via msal
128128
python-dateutil==2.9.0.post0
129129
# via botocore

hail/python/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ pygments==2.19.2
234234
# via
235235
# -c hail/python/hailtop/pinned-requirements.txt
236236
# rich
237-
pyjwt==2.11.0
237+
pyjwt==2.12.0
238238
# via
239239
# -c hail/python/hailtop/pinned-requirements.txt
240240
# msal

0 commit comments

Comments
 (0)