dev-python/pytest-salt-factories: Fix tests

Premature push, sorry about that.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-26 20:08:13 +01:00
parent 9f509fcc88
commit adb5c6aacb

View File

@@ -59,6 +59,7 @@ python_test() {
local EPYTEST_DESELECT=(
tests/integration/factories/daemons/ssh/test_salt_ssh.py::test_salt_ssh
tests/integration/factories/daemons/sshd/test_sshd.py::test_connect
tests/scenarios/examples/test_echoext.py::test_echoext
)
local ret tempdir x
@@ -77,7 +78,7 @@ python_test() {
PYTEST_PLUGINS+=,saltfactories.plugins.${x}
done
nonfatal epytest --no-sys-stats -x
nonfatal epytest --no-sys-stats
ret=${?}
rm -rf "${tempdir}" || die