summaryrefslogtreecommitdiff
path: root/dev-python/textual-dev/textual-dev-1.8.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/textual-dev/textual-dev-1.8.0.ebuild')
-rw-r--r--dev-python/textual-dev/textual-dev-1.8.0.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-python/textual-dev/textual-dev-1.8.0.ebuild b/dev-python/textual-dev/textual-dev-1.8.0.ebuild
index 6f0c87bb44df..eae3142e6ebd 100644
--- a/dev-python/textual-dev/textual-dev-1.8.0.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Textualize/textual-dev/archive/refs/tags/v${PV}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/textual-0.86.2[${PYTHON_USEDEP}]
@@ -25,13 +25,10 @@ RDEPEND="
=dev-python/typing-extensions-4*[${PYTHON_USEDEP}]
"
-BDEPEND="
- test? (
- dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
- =dev-python/time-machine-2*[${PYTHON_USEDEP}]
- )
-"
-
DEPEND="${RDEPEND}"
+EPYTEST_PLUGINS=(
+ pytest-{asyncio,aiohttp}
+ time-machine
+)
distutils_enable_tests pytest