commit: 2a4f0972bf106a1c7f4237a434b078b25d0bd089 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 21:34:25 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 21:39:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4f0972
dev-python/pytest-salt-factories: enable py3.12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> .../pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild index 9eb29db8c3e8..f579f09b3116 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_1{0..1} ) +PYTHON_COMPAT=( python3_1{0..2} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -57,6 +57,8 @@ src_prepare() { python_test() { local EPYTEST_DESELECT=( + "tests/functional/test_manager.py::test_system_service_cli[system-service(True)]" + "tests/functional/test_manager.py::test_system_service_config_fixture[system-service(True)]" 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