Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
Add "pytest-regressions" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 7, 2020
1 parent 4dca634 commit b36291e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"],
},
Expand Down

0 comments on commit b36291e

Please sign in to comment.