mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user