python313Packages.pkginfo2: disable failing test

This commit is contained in:
Fabian Affolter
2025-05-31 10:42:30 +02:00
parent d47d6aa270
commit 5fa46e8fdf
@@ -24,6 +24,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pkginfo2" ];
disabledTests = [
# AssertionError
"test_ctor_w_path"
];
meta = with lib; {
description = "Query metadatdata from sdists, bdists or installed packages";
mainProgram = "pkginfo2";