python313Packages.elastic-transport: migrate to pytest-cov-stub

Changed files
+2 -5
pkgs
development
python-modules
elastic-transport
+2 -5
pkgs/development/python-modules/elastic-transport/default.nix
···
opentelemetry-sdk,
orjson,
pytest-asyncio,
+
pytest-cov-stub,
pytest-httpserver,
pytestCheckHook,
pythonOlder,
···
hash = "sha256-ZCzG7a/SWvUDWiIWwzVfj4JG/w7XUa25yKuuR53XCEQ=";
};
-
postPatch = ''
-
substituteInPlace setup.cfg \
-
--replace " --cov-report=term-missing --cov=elastic_transport" ""
-
'';
-
build-system = [ setuptools ];
propagatedBuildInputs = [
···
opentelemetry-sdk
orjson
pytest-asyncio
+
pytest-cov-stub
pytest-httpserver
pytestCheckHook
requests