lol

python312Packages.pkginfo: disable failing tests

authored by

natsukium and committed by
Martin Weinelt
3d3df26d 66209649

+5 -1
+5 -1
pkgs/development/python-modules/pkginfo/default.nix
··· 21 21 nativeCheckInputs = [ pytestCheckHook ]; 22 22 23 23 disabledTests = [ 24 - # wheel metadata version mismatch 2.1 vs 2.3 24 + # wheel metadata version mismatch 2.1 vs 2.2 25 + "test_get_metadata_w_module" 26 + "test_get_metadata_w_package_name" 25 27 "test_installed_ctor_w_dist_info" 28 + "test_installed_ctor_w_name" 29 + "test_installed_ctor_w_package" 26 30 ]; 27 31 28 32 pythonImportsCheck = [ "pkginfo" ];