dev-python/validator-collection: enable py3.12

Ignore some tests that failed for some reason

Closes: https://bugs.gentoo.org/930095
Closes: https://bugs.gentoo.org/931444
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-05-07 23:40:29 +02:00
parent 149a5a329e
commit 9dcd2d900c

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
@@ -32,5 +32,13 @@ BDEPEND="
"
DEPEND="${BDEPEND}"
EPYTEST_DESELECT=(
# Errors, probably because of missing privileges or problems in the virtual file system used in the tests
"tests/test_checkers.py::test_is_readable[/var/data/xx1.txt-True-False]"
"tests/test_validators.py::test_readable[/var/data/xx1.txt-True-False]"
"tests/test_validators.py::test_writeable[/var/data/xx1.txt-True-False]"
"tests/test_validators.py::test_executable[/var/data/xx1.txt-True-False]"
)
distutils_enable_tests pytest
distutils_enable_sphinx docs