From ba4935b9cb914b0697147ffd71a376ea37eb7a36 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 1 May 2025 22:18:36 +0200 Subject: [PATCH] python3Packages.aiohttp-swagger: remove tests all the tests are broken --- .../python-modules/aiohttp-swagger/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp-swagger/default.nix b/pkgs/development/python-modules/aiohttp-swagger/default.nix index d25729fa2fae..7fd13e12ebbe 100644 --- a/pkgs/development/python-modules/aiohttp-swagger/default.nix +++ b/pkgs/development/python-modules/aiohttp-swagger/default.nix @@ -6,8 +6,6 @@ aiohttp, jinja2, markupsafe, - pytest-aiohttp, - pytestCheckHook, pythonOlder, pyyaml, }: @@ -37,20 +35,11 @@ buildPythonPackage rec { pyyaml ]; - nativeCheckInputs = [ - pytestCheckHook - pytest-aiohttp - ]; - pythonRelaxDeps = [ "markupsafe" "jinja2" ]; - disabledTestPaths = [ - "tests/conftest.py" - ]; - pythonImportsCheck = [ "aiohttp_swagger" ]; meta = {