dev-python/os-xenapi: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-15 04:31:01 +02:00
parent 4b0e53cf9f
commit 1ec7314778

View File

@@ -7,7 +7,7 @@ EPYTEST_DESELECT=(
os_xenapi/tests/plugins/test_agent.py::AgentTestCase::test_inject_file_with_old_agent
os_xenapi/tests/plugins/test_xenhost.py::NetworkTestCase::test_iptables_config
)
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1