lol

Merge pull request #221337 from bcdarwin/unbreak-pycm

python310Packages.pycm: 3.7 -> 3.8; unbreak

authored by

Weijia Wang and committed by
GitHub
ba1dddc5 5310f099

+3 -6
+3 -6
pkgs/development/python-modules/pycm/default.nix
··· 41 41 --replace '=get_requires()' '=[]' 42 42 ''; 43 43 44 - disabledTests = [ 45 - # Output formatting error 46 - "pycm.pycm_compare.Compare" 47 - "plot_test" 48 - ]; 44 + # https://github.com/sepandhaghighi/pycm/issues/488 45 + pytestFlagsArray = [ "Test" ]; 49 46 50 47 pythonImportsCheck = [ 51 48 "pycm" ··· 53 50 54 51 meta = with lib; { 55 52 description = "Multiclass confusion matrix library"; 56 - homepage = "https://pycm.ir"; 53 + homepage = "https://pycm.io"; 57 54 license = licenses.mit; 58 55 maintainers = with maintainers; [ bcdarwin ]; 59 56 };