[Pkg-bitcoin-commits] [python-quamash] 26/78: skip another test on windows

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:52 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 a72e8eb3c392c9551b58afdbadef2e41ad3fa9c3
Author: Korijn van Golen <korijn at gmail.com>
Date:   Thu Aug 10 14:32:27 2017 +0200

    skip another test on windows
---
 tests/test_qeventloop.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 7bbb5e7..3715b0a 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -638,6 +638,7 @@ def test_add_reader_replace(loop, sock_pair):
 	assert called2
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_add_writer_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