Add pytest-dependency requirement to tests_require list in setup.py (#1955)

Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
This commit is contained in:
Ashley Sommer 2020-10-26 05:31:34 +10:00 committed by GitHub
parent e5aed4c067
commit 4ca3e98082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ tests_require = [
"pytest-sanic",
"pytest-sugar",
"pytest-benchmark",
"pytest-dependency",
]
docs_require = [