From 2f5991397e7f3b9c3cd459f37df176464fc2ea7d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 6 Oct 2021 12:51:53 +0100 Subject: [PATCH] fix: Remove pytest-verbose-parametrize test dependency We don't really need that dependency and its maintenance status is far from good. That removal was needed for py310 compatibility. Related: https://github.com/man-group/pytest-plugins/issues/157 --- constraints.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index d7fef8aa7..5cc9f70b7 100644 --- a/constraints.txt +++ b/constraints.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index b6e5cac26..374ee7713 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =