Unverified Commit eb52c70d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 31c3b20b e7e5edee
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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; {