Merge pull request #1559 from andreymal/fix/pytest_behchmark_require

Add pytest-benchmark to tests_require
This commit is contained in:
Eli Uriegas 2019-04-19 15:52:39 -07:00 committed by GitHub
commit f32c9be41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ tests_require = [
ujson, ujson,
"pytest-sanic", "pytest-sanic",
"pytest-sugar", "pytest-sugar",
"pytest-benchmark",
] ]
if strtobool(os.environ.get("SANIC_NO_UJSON", "no")): if strtobool(os.environ.get("SANIC_NO_UJSON", "no")):