From d83d829e0a2b5110094a4dced8bbfd7586983827 Mon Sep 17 00:00:00 2001 From: andreymal Date: Fri, 19 Apr 2019 17:31:23 +0300 Subject: [PATCH] Add pytest-benchmark to tests_require --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 05d13637..4a682151 100644 --- a/setup.py +++ b/setup.py @@ -96,6 +96,7 @@ tests_require = [ ujson, "pytest-sanic", "pytest-sugar", + "pytest-benchmark", ] if strtobool(os.environ.get("SANIC_NO_UJSON", "no")):