mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
*/*: [QA] Remove redundant || die on virtx
* `virtx` never required `|| die` to begin with. Closes: https://github.com/gentoo/gentoo/pull/13954 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -50,5 +50,5 @@ python_prepare_all() {
|
||||
|
||||
python_test() {
|
||||
# virtualx used when matplotlib is installed causing plot module tests to run
|
||||
virtx pytest -vv Tests fontTools || die "pytest failed"
|
||||
virtx pytest -vv Tests fontTools
|
||||
}
|
||||
|
||||
@@ -47,5 +47,5 @@ python_prepare_all() {
|
||||
|
||||
python_test() {
|
||||
# virtualx used when matplotlib is installed causing plot module tests to run
|
||||
virtx pytest -vv Tests fontTools || die "pytest failed"
|
||||
virtx pytest -vv Tests fontTools
|
||||
}
|
||||
|
||||
@@ -47,5 +47,5 @@ python_prepare_all() {
|
||||
|
||||
python_test() {
|
||||
# virtualx used when matplotlib is installed causing plot module tests to run
|
||||
virtx pytest -vv Tests fontTools || die "pytest failed"
|
||||
virtx pytest -vv Tests fontTools
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user