python.pkgs.sanic: simplify checkInputs
This commit is contained in:
parent
91859703cf
commit
f10148ea96
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user