mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/sphinxcontrib-websupport: Make tests fatal
This commit is contained in:
@@ -38,6 +38,6 @@ python_install_all() {
|
||||
find "${ED}" -name '*.pth' -delete || die
|
||||
}
|
||||
|
||||
python_test(){
|
||||
${EPYTHON} -m pytest tests/
|
||||
python_test() {
|
||||
"${EPYTHON}" -m pytest tests/ || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user