dev-python/pytest-harvest: deselect failing tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-07-07 04:39:56 +05:00
parent 13f10500b0
commit 3fa44b9eee

View File

@@ -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() {