Skip to content

Commit

Permalink
python312Packages.whirlpool-sixth-sense: re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 4, 2025
1 parent 6bce102 commit e7e5ede
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
aioconsole,
aiohttp,
aioresponses,
async-timeout,
buildPythonPackage,
fetchFromGitHub,
Expand Down Expand Up @@ -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; {
Expand Down

0 comments on commit e7e5ede

Please sign in to comment.