mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
dev-python/textual: add 0.88.1, drop 0.86.3
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST textual-0.86.3.gh.tar.gz 29492586 BLAKE2B 78eb3b3e0904389286dbbd03b9d269b4ec5c1478f3d23321ea78a4d2eb04a17ee14f7ef77333699ff6833f91f4cdd1c3f38235094699dea18d1ce5217ed6c2ec SHA512 dc24f54a92aea4be7a65c1516a0f8dde34aa71a0d9ed9f1da7ac62dcbcd7af1dbe8aabb2d921e642bbb1cc44c4299b5e06c70ed59c402a810db2ca2ee316411a
|
||||
DIST textual-0.88.1.gh.tar.gz 29517235 BLAKE2B 457caef7957eab0b7317e94ce4dd991cf0da54c4b7c9b670089de6cb762b1fd28c1021b8be89e66947717452dcc4925ff70eb856cef470eacda6062322df2e7a SHA512 7c849dac56ca93853b36ad8c67f5544f5a071ad3b23f7753f46a6b62a1017098b40ce2be0aa526aa5a4de397ec26bb7b42a245170516e22ef297ccbc49321394
|
||||
|
||||
@@ -38,7 +38,6 @@ BDEPEND="
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
dev-python/platformdirs[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
=dev-python/textual-dev-1.7*[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
@@ -50,6 +49,7 @@ DEPEND="${RDEPEND}"
|
||||
# "${FILESDIR}/fix-mkdocstrings.patch"
|
||||
# )
|
||||
|
||||
EPYTEST_XDIST=1
|
||||
EPYTEST_DESELECT=(
|
||||
# Those tests ask to press keys
|
||||
tests/snapshot_tests/test_snapshots.py
|
||||
@@ -59,6 +59,17 @@ EPYTEST_DESELECT=(
|
||||
tests/text_area/test_languages.py
|
||||
)
|
||||
distutils_enable_tests pytest
|
||||
python_test() {
|
||||
if [[ ${EPYTHON} == python3.13 ]]; then
|
||||
EPYTEST_DESELECT+=(
|
||||
# See https://github.com/Textualize/textual/issues/5327
|
||||
"tests/text_area"
|
||||
)
|
||||
epytest -m 'not syntax' tests
|
||||
else
|
||||
epytest tests
|
||||
fi
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
echo "INHERIT: mkdocs-offline.yml" > "${S}/mkdocs.yml"
|
||||
Reference in New Issue
Block a user