python313Packages.pkginfo2: disable failing test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user