summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2020-07-07 14:53:33 +0200
committerJon <jonringer@users.noreply.github.com>2020-07-07 13:01:38 -0700
commitf10148ea9610c404cfad59e0ea5ea4d1becf088c (patch)
tree780b254fa55310070c208b0ffa8f937d45503977 /pkgs
parent91859703cf58520f93c0eddfa54784f547d44308 (diff)
downloadnixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar.gz
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar.bz2
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar.lz
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar.xz
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.tar.zst
nixpkgs-f10148ea9610c404cfad59e0ea5ea4d1becf088c.zip
python.pkgs.sanic: simplify checkInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sanic/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix
index 14eb1d9a3f3..c4f56e2d4c6 100644
--- a/pkgs/development/python-modules/sanic/default.nix
+++ b/pkgs/development/python-modules/sanic/default.nix
@@ -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
   ];