Unverified Commit ba1dddc5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #221337 from bcdarwin/unbreak-pycm

python310Packages.pycm: 3.7 -> 3.8; unbreak
parents 5310f099 e9515089
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -41,11 +41,8 @@ buildPythonPackage rec {
      --replace '=get_requires()' '=[]'
  '';

  disabledTests = [
    # Output formatting error
    "pycm.pycm_compare.Compare"
    "plot_test"
  ];
  # https://github.com/sepandhaghighi/pycm/issues/488
  pytestFlagsArray = [ "Test" ];

  pythonImportsCheck = [
    "pycm"
@@ -53,7 +50,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Multiclass confusion matrix library";
    homepage = "https://pycm.ir";
    homepage = "https://pycm.io";
    license = licenses.mit;
    maintainers = with maintainers; [ bcdarwin ];
  };