lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.elastic-apm: fix tests

+9
+9
pkgs/development/python-modules/elastic-apm/default.nix
··· 7 7 certifi, 8 8 ecs-logging, 9 9 fetchFromGitHub, 10 + fetchpatch, 10 11 httpx, 11 12 jinja2, 12 13 jsonschema, ··· 43 44 tag = "v${version}"; 44 45 hash = "sha256-S1Ebo9AWN+Mf3OFwxNTiR/AZtje3gNiYkZnVqGb7D4c="; 45 46 }; 47 + 48 + patches = [ 49 + (fetchpatch { 50 + name = "fix-tests-with-latest-starlette-and-sanic.patch"; 51 + url = "https://github.com/elastic/apm-agent-python/commit/80d167f54b6bf1db8b6e7ee52e2ac6803bc64f54.patch"; 52 + hash = "sha256-VtA7+SyEZiL3aqpikyYJQ4tmdmsUpIdkSx6RtC1AzqY="; 53 + }) 54 + ]; 46 55 47 56 pythonRelaxDeps = [ "wrapt" ]; 48 57