[Pkg-bitcoin-commits] [python-quamash] 27/78: and another one

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:53 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 35394f2c40bc3498d784bbf184224363f78a41bf
Author: Korijn van Golen <korijn at gmail.com>
Date:   Thu Aug 10 14:35:34 2017 +0200

    and another one
---
 tests/test_qeventloop.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 3715b0a..413a5aa 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -588,6 +588,7 @@ def test_regression_bug13(loop, sock_pair):
 	assert result3 == b'3'
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_add_reader_replace(loop, sock_pair):
 	c_sock, s_sock = sock_pair
 	callback_invoked = asyncio.Future()

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