diff --git a/pkgs/development/python-modules/habiticalib/default.nix b/pkgs/development/python-modules/habiticalib/default.nix index f4093c11ac3a..38ec61bf89f1 100644 --- a/pkgs/development/python-modules/habiticalib/default.nix +++ b/pkgs/development/python-modules/habiticalib/default.nix @@ -4,7 +4,6 @@ aioresponses, buildPythonPackage, fetchFromGitHub, - habitipy, hatch-regex-commit, hatchling, mashumaro, @@ -19,7 +18,7 @@ buildPythonPackage rec { pname = "habiticalib"; - version = "0.4.6"; + version = "0.4.7"; pyproject = true; disabled = pythonOlder "3.12"; @@ -28,7 +27,7 @@ buildPythonPackage rec { owner = "tr4nt0r"; repo = "habiticalib"; tag = "v${version}"; - hash = "sha256-Z3VJ0AaB4HeCOffV5B2WFIvGJXoCn1isNPMnERoUrp0="; + hash = "sha256-ZZY7UnA4d4JNHGLMtaEGobAgzAwYDgL2SUGfxGABxTs="; }; build-system = [ @@ -36,9 +35,12 @@ buildPythonPackage rec { hatchling ]; + pythonRelaxDeps = [ + "orjson" + ]; + dependencies = [ aiohttp - habitipy mashumaro orjson pillow @@ -52,8 +54,6 @@ buildPythonPackage rec { syrupy ]; - pytestFlags = [ "--snapshot-update" ]; - pythonImportsCheck = [ "habiticalib" ]; disabledTests = [