[Git][debian-gis-team/pystac-client][master] 2 commits: Skip tests requiring access to the internet
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Jun 16 17:36:47 BST 2024
Antonio Valentino pushed to branch master at Debian GIS Project / pystac-client
Commits:
ea880b8d by Antonio Valentino at 2024-06-16T16:31:16+00:00
Skip tests requiring access to the internet
- - - - -
e7e9159d by Antonio Valentino at 2024-06-16T16:33:19+00:00
Set distribution to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pystac-client (0.8.2-2) unstable; urgency=medium
+
+ * debian/rules:
+ - Skip tests requiring access to the internet
+ (Closes: #1073441).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 16 Jun 2024 16:32:57 +0000
+
pystac-client (0.8.2-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -1,10 +1,5 @@
#!/usr/bin/make -f
-export PYBUILD_TEST_ARGS=\
--k "not test_localized_datetime_converted_to_utc" \
---block-network
-
-ifneq (,${PYBUILD_AUTOPKGTEST})
export PYBUILD_TEST_ARGS=\
-k "not test_instance \
and not test_links \
@@ -18,7 +13,6 @@ and not test_changing_conforms_to_changes_behavior \
and not test_collections_are_clients \
and not test_get_items_without_ids \
and not test_non_recursion_on_fallback \
-and not test_instance \
and not test_get_items \
and not test_get_items_with_ids \
and not test_get_item \
@@ -36,17 +30,13 @@ and not test_deprecations \
and not test_items_as_dicts \
and not test_query_shortcut_syntax \
and not test_query_json_syntax \
-and not test_multiple_collections \
and not test_request_input \
and not test_str_input \
and not test_timeout_smoke_test \
-and not test_get_collections_without_conformance_fallsback_to_pystac \
and not test_fallback_strategy \
-and not test_fields \
and not test_item_search \
and not test_filter \
and not test_intersects \
-and not test_intersects_despite_warning \
and not test_non_conformant_raises_by_default \
and not test_non_conformant_raises_if_warning_set_to_error \
and not test_non_conformant_can_be_fixed \
@@ -55,12 +45,8 @@ and not test_altering_conforms_to \
and not test_matched_not_available \
and not test_matched \
and not test_save \
-and not test_collections \
-and not test_save"
-endif
+and not test_collections" \
+--block-network
%:
dh $@ --buildsystem=pybuild
-
-override_dh_auto_test:
- env https_proxy="" dh_auto_test
View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac-client/-/compare/0ff8e526a8e4cd185abc5964a2624e60bd208609...e7e9159d4a58cf80c6473d6317bd56a008ae40b4
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/pystac-client/-/compare/0ff8e526a8e4cd185abc5964a2624e60bd208609...e7e9159d4a58cf80c6473d6317bd56a008ae40b4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240616/2b77480b/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list