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

View File

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