Skip to content

Commit

Permalink
test: upgrade pytest requirements
Browse files Browse the repository at this point in the history
Hopefully fixes problems on ubuntu 24.04
  • Loading branch information
mkj committed Aug 23, 2024
1 parent d926c14 commit 269f99f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
attrs==21.2.0
iniconfig==1.1.1
packaging==21.0
pluggy==1.0.0
py==1.10.0
iniconfig==2.0.0
packaging==24.1
pluggy==1.5.0
psutil==6.0.0
pyparsing==2.4.7
pytest==6.2.5
pytest==8.3.2
toml==0.10.2
psutil==5.9.0

0 comments on commit 269f99f

Please sign in to comment.