commit:     7a831fae3220d95e3d3c9b32c516f13743191259
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 07:51:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 07:51:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a831fae

dev-python/pytest-cov: Reenable all tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-cov/pytest-cov-4.1.0.ebuild | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild 
b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
index fcca632cba8c..e3c664021481 100644
--- a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
@@ -46,17 +46,6 @@ python_test() {
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
        local -x PYTEST_PLUGINS=pytest_cov.plugin,xdist.plugin,xdist.looponfail
 
-       local EPYTEST_DESELECT=(
-               # attempts to install packages via pip (network)
-               tests/test_pytest_cov.py::test_dist_missing_data
-               # TODO
-               tests/test_pytest_cov.py::test_contexts
-               tests/test_pytest_cov.py::test_cleanup_on_sigterm
-               tests/test_pytest_cov.py::test_cleanup_on_sigterm_sig_dfl
-               tests/test_pytest_cov.py::test_cleanup_on_sigterm_sig_dfl_sigint
-               tests/test_pytest_cov.py::test_cleanup_on_sigterm_sig_ign
-       )
-
        local src=$(
                "${EPYTHON}" -c "import coverage as m; print(*m.__path__)" || 
die
        )

Reply via email to