Add pytest-benchmark to tests_require
This commit is contained in:
parent
b68a7fe7ae
commit
d83d829e0a
1
setup.py
1
setup.py
@ -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")):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user