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" ];