python.pkgs.sanic: simplify checkInputs

This commit is contained in:
Robert Schütz 2020-07-07 14:53:33 +02:00 committed by Jon
parent 91859703cf
commit f10148ea96

View file

@ -9,11 +9,9 @@
, ujson
, pytest
, gunicorn
, pytestcov
, aiohttp
, beautifulsoup4
, pytest-sanic
, pytest-sugar
, pytest-benchmark
# required just httpcore / requests-async
@ -100,11 +98,9 @@ buildPythonPackage rec {
checkInputs = [
pytest
gunicorn
pytestcov
aiohttp
beautifulsoup4
pytest-sanic
pytest-sugar
pytest-benchmark
uvicorn
];