Skip to content

Commit

Permalink
Update pytest dependencies
Browse files Browse the repository at this point in the history
to be compatible with Py3.10/3.11
  • Loading branch information
LeonieFierz authored May 13, 2024
1 parent bcc31a4 commit b47b7b6
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 @@ -19,8 +19,8 @@
extras_require = {
'test': [
'flake8~=3.7.8',
'pytest~=3.5.0',
'pytest-cov~=2.5.1',
'pytest~=6.2.5',
'pytest-cov~=3.0.0',
'sensirion-shdlc-sensorbridge~=0.1.1'
],
'docs': [
Expand Down

0 comments on commit b47b7b6

Please sign in to comment.