python312Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11 (#370998)

This commit is contained in:
Fabian Affolter
2025-01-05 09:40:09 +01:00
committed by GitHub
@@ -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; {