[Pkg-bitcoin-commits] [python-quamash] 123/269: QEventLoop: Implement add_reader and add_writer

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:23 UTC 2017


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

js pushed a commit to branch master
in repository python-quamash.

commit 36e99ecf2c90c6f9e7c44e81ba0ea0d14a70b2cb
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Thu Jul 24 00:04:52 2014 +0200

    QEventLoop: Implement add_reader and add_writer
---
 conftest.py              | 2 +-
 tests/test_qeventloop.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/conftest.py b/conftest.py
index 6f26048..576de2f 100644
--- a/conftest.py
+++ b/conftest.py
@@ -8,4 +8,4 @@ logging.basicConfig(
 if os.name == 'nt':
     collect_ignore = ['quamash/_unix.py']
 else:
-    collect_ignore = ['quamash/_windows.py']
\ No newline at end of file
+    collect_ignore = ['quamash/_windows.py']
diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index d2d3df8..973d080 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -235,6 +235,7 @@ def sock_pair(request):
 		if err.errno != 10035:
 			raise
 
+
 	# Use select to wait for connect() to succeed.
 	import select
 	timeout = 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list