commit:     4d62b67b594915f0682528cf18328bb1601e72cd
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct  6 14:10:10 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct  6 22:15:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d62b67b

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 <AT> gmail.com>

 dev-python/osprofiler/osprofiler-3.4.2.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-python/osprofiler/osprofiler-3.4.2.ebuild 
b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
index b73c6f57f..57e0503db 100644
--- a/dev-python/osprofiler/osprofiler-3.4.2.ebuild
+++ b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
@@ -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

Reply via email to