Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896400 - dev-python/pytest-testinfra-7.0.0 fails tests: ModuleNotFoundError: No module named salt
Summary: dev-python/pytest-testinfra-7.0.0 fails tests: ModuleNotFoundError: No module...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-25 07:21 UTC by Agostino Sarubbo
Modified: 2023-02-26 11:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,157.56 KB, text/plain)
2023-02-25 07:22 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-25 07:21:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-testinfra-7.0.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-25 07:22:01 UTC
Created attachment 854508 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-25 07:22:02 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       ModuleNotFoundError: No module named 'salt'
E       RuntimeError: You must install salt package to use the salt backend
    except ImportError:
FAILED test/test_backends.py::test_backend_importables - RuntimeError: You mu...
Comment 3 Larry the Git Cow gentoo-dev 2023-02-26 11:37:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d94a32b9104cb62bbbe06b16658f3dc8a56e5db

commit 0d94a32b9104cb62bbbe06b16658f3dc8a56e5db
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2023-02-26 11:35:41 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2023-02-26 11:35:41 +0000

    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@gentoo.org>

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