From e7e5edeefa9376da0881e72e5c4ab83343590c10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 4 Jan 2025 23:47:47 +0100 Subject: [PATCH] python312Packages.whirlpool-sixth-sense: re-enable tests --- .../python-modules/whirlpool-sixth-sense/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix index 5c5c0917f100..a9dbccf3140c 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -2,6 +2,7 @@ lib, aioconsole, aiohttp, + aioresponses, async-timeout, buildPythonPackage, fetchFromGitHub, @@ -37,14 +38,12 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ + aioresponses pytest-asyncio pytest-mock pytestCheckHook ]; - # https://github.com/abmantis/whirlpool-sixth-sense/issues/15 - doCheck = false; - pythonImportsCheck = [ "whirlpool" ]; meta = with lib; {