From 63e20cc43c1798dd69b647098ed6af2b03397109 Mon Sep 17 00:00:00 2001 From: "John D. Boy" <2187261+jboynyc@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:57:25 +0200 Subject: [PATCH] python3Packages.iplotx: 0.6.1 -> 0.6.5 --- pkgs/development/python-modules/iplotx/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/iplotx/default.nix b/pkgs/development/python-modules/iplotx/default.nix index f01b9b0f0ef3..020b3038364a 100644 --- a/pkgs/development/python-modules/iplotx/default.nix +++ b/pkgs/development/python-modules/iplotx/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "iplotx"; - version = "0.6.1"; + version = "0.6.5"; pyproject = true; src = fetchFromGitHub { owner = "fabilab"; repo = "iplotx"; tag = version; - hash = "sha256-RleGCDsH9VLX5hgU1l5pN6a1x9p52VA35CM5B9rJiy0="; + hash = "sha256-k/psY/xwNuG5/1pLmJOpC8U3Il4v2cicwTy+pR9ZNC8="; }; build-system = [ hatchling ]; @@ -45,11 +45,13 @@ buildPythonPackage rec { export MPLCONFIGDIR=$(mktemp -d) ''; - # These four tests result in an ImageComparisonFailure disabledTests = [ - "test_labels" + # These tests result in an ImageComparisonFailure "test_complex" + "test_complex_rotatelabels" + "test_directed_graph" "test_display_shortest_path" + "test_labels" "test_labels_and_colors" ];