diff -pruN 4.2.3+~4.3.0-1/debian/changelog 4.2.3+~4.3.0-1ubuntu1/debian/changelog
--- 4.2.3+~4.3.0-1/debian/changelog	2020-05-21 07:13:26.000000000 +0000
+++ 4.2.3+~4.3.0-1ubuntu1/debian/changelog	2020-05-21 13:14:12.000000000 +0000
@@ -1,3 +1,10 @@
+node-clean-css (4.2.3+~4.3.0-1ubuntu1) groovy; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Unset proxy to fix autopkgtests
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 21 May 2020 15:14:12 +0200
+
 node-clean-css (4.2.3+~4.3.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
@@ -12,6 +19,12 @@ node-clean-css (4.2.3+~4.3.0-1) unstable
 
  -- Xavier Guimard <yadd@debian.org>  Thu, 21 May 2020 09:13:26 +0200
 
+node-clean-css (4.2.1+~4.3.0-1ubuntu4) focal; urgency=medium
+
+  * Unset proxy instead
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 19 Feb 2020 23:21:43 +0100
+
 node-clean-css (4.2.1+~4.3.0-1) unstable; urgency=medium
 
   * Declare compliance with policy 4.4.1
diff -pruN 4.2.3+~4.3.0-1/debian/tests/pkg-js/test 4.2.3+~4.3.0-1ubuntu1/debian/tests/pkg-js/test
--- 4.2.3+~4.3.0-1/debian/tests/pkg-js/test	2020-02-12 12:07:57.000000000 +0000
+++ 4.2.3+~4.3.0-1ubuntu1/debian/tests/pkg-js/test	2020-05-21 13:14:09.000000000 +0000
@@ -3,6 +3,12 @@
 set -e
 export NODE_PATH=`pwd`/debian/node_modules
 
+unset http_proxy
+unset https_proxy
+unset HTTP_PROXY
+unset HTTPS_PROXY
+unset no_proxy
+
 vows
 cd cli
 vows
