aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/sanic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/sanic/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/sanic/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/sanic/default.nix b/nixpkgs/pkgs/development/python-modules/sanic/default.nix
index 14eb1d9a3f3..c4f56e2d4c6 100644
--- a/nixpkgs/pkgs/development/python-modules/sanic/default.nix
+++ b/nixpkgs/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
];