commit:     adb5c6aacbdd8b3d9a0dbfa9c1a3e14c06a6588d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 19:08:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 19:08:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb5c6aa

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

Premature push, sorry about that.

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

 .../pytest-salt-factories/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 0d2b31cca6d5..bf71441f4e49 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

Reply via email to