[Python-modules-commits] [txfixtures] 01/05: 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 patch-queue/master
in repository txfixtures.
commit 90964835e70924acb011493bb732eebd2b048b61
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 ++++++
debian/patches/0003-skip-phantomjs-tests.patch | 28 --------------------------
debian/patches/series | 1 -
3 files changed, 6 insertions(+), 29 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/0003-skip-phantomjs-tests.patch
deleted file mode 100644
index 1661490..0000000
--- a/debian/patches/0003-skip-phantomjs-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Free Ekanayaka <freee at debian.org>
-Date: Thu, 5 Jan 2017 10:22:57 +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(+)
-
-diff --git a/tests/test_phantomjs.py b/tests/test_phantomjs.py
-index eb4f864..299d6dc 100644
---- a/tests/test_phantomjs.py
-+++ b/tests/test_phantomjs.py
-@@ -1,3 +1,5 @@
-+from unittest import skip
-+
- from testtools import TestCase
-
- from fixtures import FakeLogger
-@@ -22,6 +24,7 @@ class PhantomJSIntegrationTest(TestCase):
-
- self.fixture = PhantomJS(timeout=5)
-
-+ @skip("Debian's phantomjs can't run headless")
- def test_webdriver(self):
- """After setUp is run, the service is fully ready."""
- self.useFixture(self.fixture)
diff --git a/debian/patches/series b/debian/patches/series
index 40262fe..6391597 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
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
--
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