Skip to content

Commit

Permalink
update pytest version
Browse files Browse the repository at this point in the history
such that tests run on python 3.10 and 3.11
  • Loading branch information
LeonieFierz committed May 16, 2024
1 parent abbcb8c commit a2429e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
'flake8~=3.7.8',
'intelhex~=2.0', # from the "fwupdate" extra
'mock~=3.0.0',
'pytest~=4.6.11',
'pytest-cov~=2.12.1',
'pytest~=6.2.5',
'pytest-cov~=3.0.0',
]
},
classifiers=[
Expand Down

0 comments on commit a2429e3

Please sign in to comment.