python3Packages.iplotx: 0.6.1 -> 0.6.5 (#439809)

This commit is contained in:
Austin Horstman
2025-09-04 16:40:04 -05:00
committed by GitHub
@@ -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"
];