mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/opentelemetry-instrumentation-threading: enable all tests
Failures occurred due to wrapt-2.x incompatibility fixed in dev-python/opentelemetry-instrumentation. Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -43,12 +43,6 @@ RDEPEND="
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# TODO Investigate test failures
|
||||
instrumentation/opentelemetry-instrumentation-threading/tests/test_threading.py::TestThreading::test_threading_with_valid_context_token
|
||||
instrumentation/opentelemetry-instrumentation-threading/tests/test_threading.py::TestThreading::test_threadpool_with_valid_context_token
|
||||
)
|
||||
|
||||
python_test() {
|
||||
cp -a "${BUILD_DIR}"/{install,test} || die
|
||||
local -x PATH=${BUILD_DIR}/test/usr/bin:${PATH}
|
||||
|
||||
Reference in New Issue
Block a user