commit:     0d94a32b9104cb62bbbe06b16658f3dc8a56e5db
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 11:35:41 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 11:35:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d94a32b

dev-python/pytest-testinfra: s/EPYTEST_IGNORE/EPYTEST_DESELECT/g

Done on my end even before the bug but I forgot to re-run "git add".

Closes: https://bugs.gentoo.org/896400
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild 
b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
index 6e95a5f30b3f..a329f39e97ae 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
@@ -42,11 +42,11 @@ BDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-       local -x EPYTEST_IGNORE=()
+       local -x EPYTEST_DESELECT=()
 
        # This is the only test which actually fails if salt cannot be imported
        if [[ ${EPYTHON} == python3.11 ]]; then
-               EPYTEST_IGNORE+=(
+               EPYTEST_DESELECT+=(
                        test/test_backends.py::test_backend_importables
                )
        fi

Reply via email to