Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package node-millstone [ Reason ] node-millstone 0.6.19-4 has brokken autopkgtest due to wikipedia changes (some tests need internet). Bug: #990857 [ Impact ] Only autopkgtest failure [ Tests ] Most of test which download files from external sites are now disabled [ Risks ] No risk, only tests changes [ Checklist ] [X] all changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in testing Cheers, Yadd unblock node-millstone/0.6.19-5
diff --git a/debian/changelog b/debian/changelog index 772caee..48a07e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +node-millstone (0.6.19-5) unstable; urgency=medium + + * Team upload + * Disable another test (Closes: #990857) + + -- Yadd <y...@debian.org> Sat, 10 Jul 2021 07:46:14 +0200 + node-millstone (0.6.19-4) unstable; urgency=medium * Team upload diff --git a/debian/patches/disable-one-test.diff b/debian/patches/disable-one-test.diff index 20e5058..d542571 100644 --- a/debian/patches/disable-one-test.diff +++ b/debian/patches/disable-one-test.diff @@ -2,17 +2,17 @@ Description: disable some checks Upstream deleted test files in its repo Author: Yadd <y...@debian.org> Forwarded: not-needed -Last-Update: 2021-05-14 +Last-Update: 2021-07-10 --- a/test/markers.test.js +++ b/test/markers.test.js -@@ -42,6 +42,7 @@ - }); +@@ -15,6 +15,7 @@ }); + +/* - it('correctly localizes zipped json', function(done) { - var mml = JSON.parse(fs.readFileSync(path.join(__dirname, 'zipped-json/project.mml'))); + it('correctly localizes remote image/svg files', function(done) { + var mml = JSON.parse(fs.readFileSync(path.join(__dirname, 'markers/project.mml'))); @@ -70,3 +71,4 @@ done();