dev-python/hunter: disable benchmark tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-04-28 22:46:13 +05:00
parent cf16f3de75
commit 938d9fa398

View File

@@ -30,7 +30,6 @@ BDEPEND="
dev-python/ipdb[${PYTHON_USEDEP}]
dev-python/manhole[${PYTHON_USEDEP}]
dev-python/process-tests[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
sys-devel/gdb
)
@@ -43,6 +42,12 @@ EPYTEST_DESELECT=(
#tests/test_tracer.py::test_source_cython
tests/test_tracer.py::test_fullsource_cython
# need pytest-benchmark
tests/test_cookbook.py::test_probe
tests/test_tracer.py::test_perf_actions
tests/test_tracer.py::test_perf_filter
tests/test_tracer.py::test_perf_stdlib
# flaky
tests/test_remote.py
)