From d9e36629b1de3bbae12e889d2f2d317d00b9b81b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Apr 2025 21:40:37 +0200 Subject: [PATCH] python313Packages.inline-snapshot: 0.20.5 -> 0.21.3 Changelog: https://github.com/15r10nk/inline-snapshot/blob/0.21.3/CHANGELOG.md --- .../development/python-modules/inline-snapshot/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/inline-snapshot/default.nix b/pkgs/development/python-modules/inline-snapshot/default.nix index 03f450d6dd10..82f9f6ef8990 100644 --- a/pkgs/development/python-modules/inline-snapshot/default.nix +++ b/pkgs/development/python-modules/inline-snapshot/default.nix @@ -13,6 +13,7 @@ pydantic, pyright, pytest-freezer, + pytest-mock, pytest-subtests, pytest-xdist, pytestCheckHook, @@ -26,7 +27,7 @@ buildPythonPackage rec { pname = "inline-snapshot"; - version = "0.20.5"; + version = "0.21.3"; pyproject = true; disabled = pythonOlder "3.10"; @@ -35,7 +36,7 @@ buildPythonPackage rec { owner = "15r10nk"; repo = "inline-snapshot"; tag = version; - hash = "sha256-hIOavNdD2SaYuvG1rdlIkVRALjaJDfXkanrlF9TcPo0="; + hash = "sha256-ll2wSSTr2QEUXE5liYw+JhcYsTEcJCWWTFXRagd6fCw="; }; build-system = [ hatchling ]; @@ -61,6 +62,7 @@ buildPythonPackage rec { pydantic pyright pytest-freezer + pytest-mock pytest-subtests pytest-xdist pytestCheckHook @@ -72,7 +74,6 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests don't play nice with pytest-xdist "tests/test_typing.py" - "tests/test_formating.py" ]; meta = with lib; {