Skip to content

Commit

Permalink
Upgrade pytest plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjesper committed Apr 26, 2024
1 parent 250e825 commit fa91422
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
]

TESTS_REQ = [
'tox==3.24.5',
'mock==3.0.5', # Newer versions require Python 3
"pytest-sugar==0.9.4",
"pytest-html==1.22.0", # Newer versions require Python 3
"pytest-cov==2.7.1",
"pytest-helpers-namespace==2019.1.8",
'tox==3.28.0', # This is not the latest version
'mock==5.1.0',
"pytest-sugar==1.0.0",
"pytest-html==4.1.1", # Newer versions require Python 3
"pytest-cov==5.0.0",
"pytest-helpers-namespace==2021.12.29",
'pytest==8.1.1',
]

Expand Down

0 comments on commit fa91422

Please sign in to comment.