Source: radicale
Version: 3.0.6-4
Severity: normal
Tags: patch

Dear Maintainer,

As of version 3, the autopkgtests fail in the Ubuntu ci environment,
apparently because the test suite tries to talk to the test server via
the globally configured http_proxy set in this environment. Rather than
being at all clever, I'm just uploading the attached patch.

Cheers,
mwh

-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-updates
  APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), 
(400, 'focal-proposed'), (100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.11.0-27-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru radicale-3.0.6/debian/changelog radicale-3.0.6/debian/changelog
--- radicale-3.0.6/debian/changelog     2021-08-10 00:17:56.000000000 +1200
+++ radicale-3.0.6/debian/changelog     2021-09-06 21:36:54.000000000 +1200
@@ -1,3 +1,9 @@
+radicale (3.0.6-4ubuntu1) UNRELEASED; urgency=medium
+
+  * d/tests/control: Unset http_proxy when running tests. 
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Mon, 06 Sep 2021 
21:36:54 +1200
+
 radicale (3.0.6-4) unstable; urgency=medium
 
   * set LogsDirectory in systemd unit;
diff -Nru radicale-3.0.6/debian/control radicale-3.0.6/debian/control
--- radicale-3.0.6/debian/control       2021-04-18 21:47:42.000000000 +1200
+++ radicale-3.0.6/debian/control       2021-09-06 21:36:54.000000000 +1200
@@ -1,7 +1,8 @@
 Source: radicale
 Section: net
 Priority: optional
-Maintainer: Jonas Smedegaard <d...@jones.dk>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Jonas Smedegaard <d...@jones.dk>
 Uploaders:
  Martin Stigge <mar...@stigge.org>,
  Christian M. Amsüss <chr...@fsfe.org>,
diff -Nru radicale-3.0.6/debian/tests/control 
radicale-3.0.6/debian/tests/control
--- radicale-3.0.6/debian/tests/control 2021-04-18 21:43:21.000000000 +1200
+++ radicale-3.0.6/debian/tests/control 2021-09-06 21:17:31.000000000 +1200
@@ -1,5 +1,5 @@
 Test-Command:
- pytest-3 radicale
+ http_proxy= pytest-3 radicale
 Restrictions: allow-stderr
 Depends:
  python3-pytest,

Reply via email to