[Python-modules-commits] [txfixtures] 03/03: New upstream version 0.2.3

Free Ekanayaka freee at moszumanska.debian.org
Thu Jan 5 23:45:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch upstream
in repository txfixtures.

commit 833bfb6dfcd80b00a1d172e53985ca343e4b3099
Author: Free Ekanayaka <freee at debian.org>
Date:   Thu Jan 5 23:33:25 2017 +0000

    New upstream version 0.2.3
---
 ChangeLog                        | 5 +++++
 PKG-INFO                         | 2 +-
 setup.cfg                        | 4 ++--
 tests/test_service.py            | 1 +
 txfixtures.egg-info/PKG-INFO     | 2 +-
 txfixtures.egg-info/pbr.json     | 2 +-
 txfixtures.egg-info/requires.txt | 2 +-
 7 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ba0524b..5bbc0f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 CHANGES
 =======
 
+0.2.3
+-----
+
+* Fix flaky ServiceIntegrationTest.test_hung test
+
 0.2.2
 -----
 
diff --git a/PKG-INFO b/PKG-INFO
index 47f0678..cc73b8a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: txfixtures
-Version: 0.2.2
+Version: 0.2.3
 Summary: Treat Twisted applications as Python test fixtures
 Home-page: https://launchpad.net/txfixtures
 Author: Martin Pool
diff --git a/setup.cfg b/setup.cfg
index f2c608b..f428471 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,7 @@ classifier =
 test = 
 	coverage
 	retrying
-	systemfixtures
+	systemfixtures>=0.6.2
 doc = 
 	sphinx
 phantomjs = 
@@ -32,7 +32,7 @@ mongodb =
 universal = 1
 
 [egg_info]
-tag_date = 0
 tag_svn_revision = 0
+tag_date = 0
 tag_build = 
 
diff --git a/tests/test_service.py b/tests/test_service.py
index 25d0617..141070b 100644
--- a/tests/test_service.py
+++ b/tests/test_service.py
@@ -71,6 +71,7 @@ class ServiceIntegrationTest(TestCase):
         """
         self.script.hang()
         self.fixture.protocol.timeout = 0.2
+        self.fixture.expectOutput("hanging")
         self.fixture.setUp()
         self.fixture.cleanUp()
         self.assertIn(
diff --git a/txfixtures.egg-info/PKG-INFO b/txfixtures.egg-info/PKG-INFO
index 47f0678..cc73b8a 100644
--- a/txfixtures.egg-info/PKG-INFO
+++ b/txfixtures.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: txfixtures
-Version: 0.2.2
+Version: 0.2.3
 Summary: Treat Twisted applications as Python test fixtures
 Home-page: https://launchpad.net/txfixtures
 Author: Martin Pool
diff --git a/txfixtures.egg-info/pbr.json b/txfixtures.egg-info/pbr.json
index 59f02dd..105e076 100644
--- a/txfixtures.egg-info/pbr.json
+++ b/txfixtures.egg-info/pbr.json
@@ -1 +1 @@
-{"is_release": true, "git_version": "3a80fa7"}
\ No newline at end of file
+{"is_release": true, "git_version": "56bde77"}
\ No newline at end of file
diff --git a/txfixtures.egg-info/requires.txt b/txfixtures.egg-info/requires.txt
index 1a0b718..bbd9261 100644
--- a/txfixtures.egg-info/requires.txt
+++ b/txfixtures.egg-info/requires.txt
@@ -16,4 +16,4 @@ selenium
 [test]
 coverage
 retrying
-systemfixtures
+systemfixtures>=0.6.2

-- 
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