gnome-extra/extension-manager: Update comment explaining test skip

As of version 0.3.0, the skipped tests no longer require Internet
access.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao 2022-04-22 11:52:46 -07:00
parent 258ed04d7e
commit c13ef13781
No known key found for this signature in database
GPG Key ID: 5A088BB1563212A9
2 changed files with 4 additions and 8 deletions

View File

@ -47,7 +47,7 @@ src_configure() {
meson_src_configure
}
# Tests are skipped because as of version 0.2.3, the tests only validate
# Tests are skipped because as of version 0.3.0, the tests only validate
# resource files and do not verify any functionality of the program. Those
# validations are either already handled by QA checks or not relevant on
# Gentoo. For more information about the rationale, please refer to:
@ -58,9 +58,7 @@ src_configure() {
# way to skip the validations, the following variable values need to be set:
#
# IUSE="test"
# # 'Validate appstream file' test case requires Internet connection
# PROPERTIES="test_network"
# RESTRICT="test"
# RESTRICT="!test? ( test )"
# BDEPEND="test? ( dev-libs/appstream-glib dev-util/desktop-file-utils )"
src_test() {
:

View File

@ -47,7 +47,7 @@ src_configure() {
meson_src_configure
}
# Tests are skipped because as of version 0.2.3, the tests only validate
# Tests are skipped because as of version 0.3.0, the tests only validate
# resource files and do not verify any functionality of the program. Those
# validations are either already handled by QA checks or not relevant on
# Gentoo. For more information about the rationale, please refer to:
@ -58,9 +58,7 @@ src_configure() {
# way to skip the validations, the following variable values need to be set:
#
# IUSE="test"
# # 'Validate appstream file' test case requires Internet connection
# PROPERTIES="test_network"
# RESTRICT="test"
# RESTRICT="!test? ( test )"
# BDEPEND="test? ( dev-libs/appstream-glib dev-util/desktop-file-utils )"
src_test() {
: