commit: 3fa44b9eee4d6fd17d5e7a13a21d7e476f24c77c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 6 23:39:56 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jul 7 00:40:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fa44b9e
dev-python/pytest-harvest: deselect failing tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
index 98597a6ae..de0afe2d7 100644
--- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
+++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
@@ -32,6 +32,11 @@ BDEPEND="
)
"
+EPYTEST_DESELECT=(
+
"pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results.py]"
+
"pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results_indirect_and_noparam.py]"
+)
+
distutils_enable_tests pytest
python_prepare_all() {