Add pytest-benchmark to tests_require

This commit is contained in:
andreymal 2019-04-19 17:31:23 +03:00
parent b68a7fe7ae
commit d83d829e0a
No known key found for this signature in database
GPG Key ID: CB605DA977D27A93

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")):