File: no_remote_tests.patch

package info (click to toggle)
libbio-procedural-perl 1.7.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 801; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Ignore errors accessing remote hosts
 This bug can be probably ignored since its checking certificates of
 hosts three years in future which are possibly invalid at the time of
 checking but will most probably valid once the real time has reached
 that date.
 .
 This issue was initially reported as #1078626, and the patch was later
 modified to address #1098343.
Bug-Debian: https://bugs.debian.org/1078626
Author: Andreas Tille <tille@debian.org>
Reviewed-By: Étienne Mollier <emollier@debian.org>
Last-Update: 2025-04-09
Forwarded: not-needed

--- libbio-procedural-perl.orig/t/Perl.t
+++ libbio-procedural-perl/t/Perl.t
@@ -63,6 +63,7 @@
 
 SKIP: {
     test_skip(-tests => 12, -requires_networking => 1, -requires_module => 'LWP::UserAgent');
+    skip "disabled to avoid network access in every cases", 12;
 
     # swissprot
     SKIP: {