Skip to content

Commit

Permalink
Upgrade to newer pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Apr 18, 2024
1 parent 67b5dc9 commit 36b8b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
extras_require={
'test': [
'pytest==4.1.0',
'pytest-cov==2.9.0',
'attrs==18.2.0',
'pytest==6.2.5',
'pytest-cov==5.0.0',
'attrs==22.1.0',
'python-coveralls',
'coverage<5.0',
'coverage<7.4.4',
],
'docs': [
'sphinx',
Expand Down

0 comments on commit 36b8b1f

Please sign in to comment.