mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-admin/dotbot: fix ebuild
Closes: https://bugs.gentoo.org/916987 Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user