File: 001_disable_elasticapm_tests.patch

package info (click to toggle)
python-ecs-logging 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: python: 1,116; sh: 30; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: =?utf-8?q?Karsten_Sch=C3=B6ke?= <karsten.schoeke@geobasis-bb.de>
Date: Mon, 19 Jan 2026 15:37:19 +0100
Subject: disable elasticapm tests

Forwarded: not-needed
Last-Update: 2025-02-25

elastic-apm -- Elastic APM agent for Python
https://github.com/elastic/apm-agent-python
is currently not available in Debian

Last-Update: 2025-02-25
---
 tests/conftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/conftest.py b/tests/conftest.py
index e8180f6..2e12021 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -21,7 +21,7 @@ import json
 import logging
 import os
 
-import elasticapm
+#import elasticapm
 import pytest