Skip to content

Commit

Permalink
Merge pull request #216726 from fabaff/elastic-apm-bump
Browse files Browse the repository at this point in the history
python310Packages.elastic-apm: 6.14.0 -> 6.15.0
  • Loading branch information
fabaff authored Feb 17, 2023
2 parents 2f19ce6 + 0372c79 commit 3a9a213
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pkgs/development/python-modules/elastic-apm/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib
, asynctest
, aiohttp
, blinker
, buildPythonPackage
Expand Down Expand Up @@ -30,7 +29,7 @@

buildPythonPackage rec {
pname = "elastic-apm";
version = "6.14.0";
version = "6.15.0";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -39,7 +38,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "apm-agent-python";
rev = "refs/tags/v${version}";
hash = "sha256-T1TWILlJZffTISVt8YSi8ZYSXOHieh6SV55j8W333LQ=";
hash = "sha256-Uoybe6Mx7ZLs2GaOnl278Xj6KlTEgrOuNxMRmPpSq8k=";
};

propagatedBuildInputs = [
Expand All @@ -54,22 +53,18 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
pytestCheckHook
];

checkInputs = [
asynctest
ecs-logging
httpx
jinja2
jsonschema
Logbook
mock
httpx
pytest-asyncio
pytest-bdd
pytest-mock
pytest-localserver
pytest-mock
pytest-random-order
pytestCheckHook
sanic-testing
structlog
webob
Expand Down

0 comments on commit 3a9a213

Please sign in to comment.