Commit 244fe29c authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.plotly: 6.1.2 -> 6.2.0

Version bump, configure gitUpdater with the proper version prefix.

changelog: https://github.com/plotly/plotly.py/releases/tag/v6.2.0

diff: https://github.com/plotly/plotly.py/compare/v6.1.2...v6.2.0
parent ecdbd433
Loading
Loading
Loading
Loading
+30 −23
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage rec {
  pname = "plotly";
  version = "6.1.2";
  version = "6.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "plotly";
    repo = "plotly.py";
    tag = "v${version}";
    hash = "sha256-+vIq//pDLaaTmRGW+oytho3TfMmLCtuIoHeFenLVcek=";
    hash = "sha256-Vfj5jG0AkBjivExOx7oMoocTopWl0yMc1INpEbtlgTc=";
  };

  postPatch = ''
@@ -105,7 +105,14 @@ buildPythonPackage rec {

  __darwinAllowLocalNetworking = true;

  disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
  disabledTestPaths =
    [
      # Broken imports
      "plotly/matplotlylib/mplexporter/tests"
      # Fails to catch error when serializing document
      "tests/test_optional/test_kaleido/test_kaleido.py::test_defaults"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # fails to launch kaleido subprocess
      "tests/test_optional/test_kaleido"
      # numpy2 related error, RecursionError