dev-python/osprofiler: deselect some tests

Closes: https://bugs.gentoo.org/816537
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-06 16:10:10 +02:00
parent 8cc4a01b68
commit 4d62b67b59

View File

@@ -3,6 +3,14 @@
EAPI=8
EPYTEST_DESELECT=(
osprofiler/tests/functional/test_driver.py::DriverTestCase::test_get_report
osprofiler/tests/functional/test_driver.py::RedisDriverTestCase::test_get_report
osprofiler/tests/functional/test_driver.py::RedisDriverTestCase::test_list_traces
osprofiler/tests/unit/test_opts.py::ConfigTestCase::test_options_defaults
osprofiler/tests/unit/test_profiler.py::ProfilerGlobMethodsTestCase::test_get_profiler_and_init
osprofiler/tests/unit/test_profiler.py::test_fn_exc
)
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1