From 3fa44b9eee4d6fd17d5e7a13a21d7e476f24c77c Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 7 Jul 2022 04:39:56 +0500 Subject: [PATCH] dev-python/pytest-harvest: deselect failing tests Signed-off-by: Anna (cybertailor) Vyalkova --- 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 98597a6aec..de0afe2d7a 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() {