From 6bce1029f25885e43735f155120a1776ea9ef19d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 4 Jan 2025 23:43:09 +0100 Subject: [PATCH 1/2] python312Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11 Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.9...0.18.11 --- .../python-modules/whirlpool-sixth-sense/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix index 20efe25f5911..5c5c0917f100 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "whirlpool-sixth-sense"; - version = "0.18.9"; + version = "0.18.11"; pyproject = true; disabled = pythonOlder "3.11"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = version; - hash = "sha256-aDvUV83o/yKx15kenDGng5xh3LECLVlLWJlVe/y+1Co="; + hash = "sha256-dXLMyvNmVrc5kCozBwAIM5DKqjdiiqwwNLkhMGnH0fA="; }; build-system = [ setuptools ]; From e7e5edeefa9376da0881e72e5c4ab83343590c10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 4 Jan 2025 23:47:47 +0100 Subject: [PATCH 2/2] 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; {