app-admin/dotbot: fix ebuild

Closes: https://bugs.gentoo.org/916987

Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
Steven Stallion
2023-11-12 10:36:26 -06:00
parent 66cba84719
commit bc8c602b33

View File

@@ -3,6 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -20,3 +21,8 @@ RDEPEND="
"
distutils_enable_tests pytest
python_test() {
# test_shim fails when executed with superuser privileges:
epytest -k "not test_shim" #916987
}