Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-harvest/
Date: Thu, 07 Jul 2022 00:41:33
Message-Id: 1657154442.3fa44b9eee4d6fd17d5e7a13a21d7e476f24c77c.cybertailor@gentoo
1 commit: 3fa44b9eee4d6fd17d5e7a13a21d7e476f24c77c
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Jul 6 23:39:56 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Jul 7 00:40:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fa44b9e
7
8 dev-python/pytest-harvest: deselect failing tests
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
16 index 98597a6ae..de0afe2d7 100644
17 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
18 +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
19 @@ -32,6 +32,11 @@ BDEPEND="
20 )
21 "
22
23 +EPYTEST_DESELECT=(
24 + "pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results.py]"
25 + "pytest_harvest/tests/test_all_raw_with_meta_check.py::test_run_all_tests[test_get_session_results_indirect_and_noparam.py]"
26 +)
27 +
28 distutils_enable_tests pytest
29
30 python_prepare_all() {