Install this version:
emerge -a =dev-python/pytest-aio-2.1.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pytest-aio-2.1.7
Or alternatively:
emerge --autounmask-write -a =dev-python/pytest-aio-2.1.7
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit pypi distutils-r1
DESCRIPTION="Pytest plugin for testing async python code"
HOMEPAGE="https://github.com/klen/pytest-aio https://pypi.org/project/pytest-aio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/curio-compat[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
dev-python/uvloop[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
dev-python/pytest[] dev-python/curio-compat[] dev-python/trio[] dev-python/uvloop[]
dev-python/setuptools[] test? ( dev-python/pytest[] )