[Python-modules-commits] [txfixtures] 03/03: Update changelog for 0.2.7-1 release
Free Ekanayaka
freee at moszumanska.debian.org
Thu Feb 2 09:42:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository txfixtures.
commit 3740fbed903c1a9c45910075bf1fcb7d238e20f4
Author: Free Ekanayaka <freee at debian.org>
Date: Thu Feb 2 09:18:54 2017 +0000
Update changelog for 0.2.7-1 release
---
debian/changelog | 6 ++++++
...omjs-tests.patch => 0004-skip-phantomjs-tests.patch} | 17 +++++++++--------
debian/patches/series | 2 +-
3 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5850b2a..5aa00c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+txfixtures (0.2.7-1) unstable; urgency=medium
+
+ * New upstream version 0.2.7
+
+ -- Free Ekanayaka <freee at debian.org> Thu, 02 Feb 2017 09:18:49 +0000
+
txfixtures (0.2.6-1) unstable; urgency=medium
* New upstream version 0.2.6
diff --git a/debian/patches/0003-skip-phantomjs-tests.patch b/debian/patches/0004-skip-phantomjs-tests.patch
similarity index 64%
rename from debian/patches/0003-skip-phantomjs-tests.patch
rename to debian/patches/0004-skip-phantomjs-tests.patch
index 1661490..9f70eae 100644
--- a/debian/patches/0003-skip-phantomjs-tests.patch
+++ b/debian/patches/0004-skip-phantomjs-tests.patch
@@ -1,27 +1,28 @@
From: Free Ekanayaka <freee at debian.org>
-Date: Thu, 5 Jan 2017 10:22:57 +0000
+Date: Thu, 2 Feb 2017 09:35:44 +0000
Subject: skip-phantomjs-tests
Skip PhantomJS tests since the phantomjs package in Debian does
not support running headless.
---
- tests/test_phantomjs.py | 3 +++
- 1 file changed, 3 insertions(+)
+ tests/test_phantomjs.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test_phantomjs.py b/tests/test_phantomjs.py
-index eb4f864..299d6dc 100644
+index 64b6233..be4a2a6 100644
--- a/tests/test_phantomjs.py
+++ b/tests/test_phantomjs.py
-@@ -1,3 +1,5 @@
+@@ -1,4 +1,4 @@
+-from unittest import skipIf
+from unittest import skip
-+
+
from testtools import TestCase
- from fixtures import FakeLogger
-@@ -22,6 +24,7 @@ class PhantomJSIntegrationTest(TestCase):
+@@ -28,7 +28,7 @@ class PhantomJSIntegrationTest(TestCase):
self.fixture = PhantomJS(timeout=5)
+- @skipIf(not hasTwist, "twist executable not available")
+ @skip("Debian's phantomjs can't run headless")
def test_webdriver(self):
"""After setUp is run, the service is fully ready."""
diff --git a/debian/patches/series b/debian/patches/series
index 40262fe..7bb3ff5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
0001-backport-testtools-twistedsupport.patch
0002-fix-tests-depending-on-newer-testtools.patch
-0003-skip-phantomjs-tests.patch
0005-fix-flaky-service-hung-test.patch
+0004-skip-phantomjs-tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txfixtures.git
More information about the Python-modules-commits
mailing list