commit: e600716febdfc4b53ed4ff4bda35475b50bb10ba Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed May 25 12:01:39 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed May 25 12:17:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e600716f
dev-python/osprofiler: ignore deprecated jaeger tests Closes: https://bugs.gentoo.org/847334 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/osprofiler/osprofiler-3.4.3.ebuild | 1 + 1 file changed, 1 insertion(+) 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
