From b36291e0ba044d16fd6a20a5aff8d053b1eac637 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 7 Mar 2020 00:51:53 +0000 Subject: [PATCH] Add "pytest-regressions" dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 185dd67..b7b88a1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires=["attrs~=19.3"], extras_require={ "code_style": ["flake8<3.8.0,>=3.7.0", "black==19.10b0", "pre-commit==1.17.0"], - "testing": ["coverage", "pytest>=3.6,<4", "pytest-cov"], + "testing": ["coverage", "pytest>=3.6,<4", "pytest-cov", "pytest-regressions"], "rtd": ["sphinx>=2,<3", "myst-parser", "pyyaml"], "benchmark": ["commonmark~=0.9.1", "markdown~=3.2", "mistune~=0.8.4"], },