From adb5c6aacbdd8b3d9a0dbfa9c1a3e14c06a6588d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 26 Nov 2023 20:08:13 +0100 Subject: [PATCH] dev-python/pytest-salt-factories: Fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Premature push, sorry about that. Signed-off-by: Michał Górny --- .../pytest-salt-factories-1.0.0_rc28.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild index 0d2b31cca6d5c..bf71441f4e49b 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc28.ebuild @@ -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