diff options
| author | 2022-05-25 14:01:39 +0200 | |
|---|---|---|
| committer | 2022-05-25 14:17:52 +0200 | |
| commit | e600716febdfc4b53ed4ff4bda35475b50bb10ba (patch) | |
| tree | eef2728867e5768d047900799e58364632c89cc8 | |
| parent | sys-cluster/usort: fix patching (diff) | |
| download | guru-e600716febdfc4b53ed4ff4bda35475b50bb10ba.tar.gz guru-e600716febdfc4b53ed4ff4bda35475b50bb10ba.tar.bz2 guru-e600716febdfc4b53ed4ff4bda35475b50bb10ba.zip | |
dev-python/osprofiler: ignore deprecated jaeger tests
Closes: https://bugs.gentoo.org/847334
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
| -rw-r--r-- | dev-python/osprofiler/osprofiler-3.4.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/osprofiler/osprofiler-3.4.3.ebuild b/dev-python/osprofiler/osprofiler-3.4.3.ebuild index ca22a792b..520507335 100644 --- a/dev-python/osprofiler/osprofiler-3.4.3.ebuild +++ b/dev-python/osprofiler/osprofiler-3.4.3.ebuild @@ -11,6 +11,7 @@ EPYTEST_DESELECT=( osprofiler/tests/unit/test_profiler.py::ProfilerGlobMethodsTestCase::test_get_profiler_and_init osprofiler/tests/unit/test_profiler.py::test_fn_exc ) +EPYTEST_IGNORE=( osprofiler/tests/unit/drivers/test_jaeger.py ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 |
