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