Loading pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, aioconsole, aiohttp, aioresponses, async-timeout, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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; { Loading Loading
pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, aioconsole, aiohttp, aioresponses, async-timeout, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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; { Loading