[med-svn] [Git][med-team/ncbi-tools6][master] ncbi-tools6 6.1.20170106+dfsg2-5: Unconditionally skip online tests.
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Thu Nov 7 03:13:58 GMT 2024
Aaron M. Ucko pushed to branch master at Debian Med / ncbi-tools6
Commits:
9c618109 by Aaron M. Ucko at 2024-11-06T22:08:29-05:00
ncbi-tools6 6.1.20170106+dfsg2-5: Unconditionally skip online tests.
debian/tests/control: Unconditionally skip network-based tests.
They rely on NCBI's ID1 service, which is slated to retire.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ncbi-tools6 (6.1.20170106+dfsg2-5) unstable; urgency=medium
+
+ * debian/tests/control: Unconditionally skip network-based tests. They
+ rely on NCBI's ID1 service, which is slated to retire.
+
+ -- Aaron M. Ucko <ucko at debian.org> Wed, 06 Nov 2024 22:08:28 -0500
+
ncbi-tools6 (6.1.20170106+dfsg2-4) unstable; urgency=medium
* debian/control: Drop B-D on obsolete libpcre3-dev.
=====================================
debian/tests/run-unit-test
=====================================
@@ -114,7 +114,8 @@ end_out="$(grep -c "<Object-id_id>${last_id}</Object-id_id>" dsRNA_viruses.xgs)"
grep 'GI:' nc0225.gbk | head | sed 's/.*GI://' > GIs.txt
-if nc -z -w 1 www.ncbi.nlm.nih.gov 80; then
+# These tests rely on the ID1 service, which is slated to retire.
+if false && nc -z -w 1 www.ncbi.nlm.nih.gov 80; then
##################################################################
echo '---gbseqget test---'
##################################################################
View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/9c6181097e66cd6037461245cadeab31301d520a
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-tools6/-/commit/9c6181097e66cd6037461245cadeab31301d520a
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/debian-med-commit/attachments/20241107/599ca4ed/attachment-0001.htm>
More information about the debian-med-commit
mailing list