From 4076a759dcd68431c7a022944ecb91f1be3f1fb5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sat, 12 Sep 2020 07:30:50 +0100 Subject: [PATCH] Added pytest-subtests dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b71d69c..ecab04d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,6 @@ prospector==1.2.0; python_version < '3.8' and python_implementation != 'PyPy' pytest==6.0.1 pytest-cov==2.10.1 pytest-django==3.9.0 +pytest-subtests==0.3.2 sphinx_rtd_theme==0.5.0 tox==3.20.0