Skip to content

Commit

Permalink
fix: Remove pytest-verbose-parametrize test dependency
Browse files Browse the repository at this point in the history
We don't really need that dependency and its maintenance status
is far from good. That removal was needed for py310 compatibility.

Related: man-group/pytest-plugins#157
  • Loading branch information
ssbarnea committed Oct 6, 2021
1 parent 502edd1 commit 2f59913
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pytest-metadata==1.11.0
pytest-mock==3.6.1
pytest-plus==0.2
pytest-testinfra==6.4.0
pytest-verbose-parametrize==1.7.0
pytest-xdist==2.3.0
python-dateutil==2.8.2
python-slugify==5.0.2
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ test =
pytest-mock >= 3.3.1
pytest-plus >= 0.2
pytest-testinfra >= 6.1.0
pytest-verbose-parametrize >= 1.7.0
pytest-xdist >= 2.1.0
pytest >= 6.1.2
lint =
Expand Down

0 comments on commit 2f59913

Please sign in to comment.