Commit a5018da1 authored by K900's avatar K900
Browse files

python313Packages.elastic-transport: cherry-pick fix for pytest-asyncio 1.2.0 compatibility

parent 3dba3f55
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildPythonPackage,
  certifi,
  fetchFromGitHub,
  fetchpatch,
  mock,
  opentelemetry-api,
  opentelemetry-sdk,
@@ -34,6 +35,14 @@ buildPythonPackage rec {
    hash = "sha256-LWSvE88wEwMxRi6IZsMkIRP8UTRfImC9QZnuka1oiso=";
  };

  # FIXME: backport fix for pytest-asyncio 1.2.0, as updating this entire ecosystem is painful
  patches = [
    (fetchpatch {
      url = "https://github.com/elastic/elastic-transport-python/commit/d749d0be54821e81979888ff34b1451354548863.patch";
      hash = "sha256-FrabqeLn3Sr1sg/lWWYsMPd0CZS/6BZYLnaK66T93BQ=";
    })
  ];

  build-system = [ setuptools ];

  dependencies = [