[Pkg-bitcoin-commits] [python-quamash] 15/78: skip test_regression_bug13 on appveyor

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 df04f39f394f643c951d8c0633158d00b4ca2d73
Author: Korijn van Golen <korijn at gmail.com>
Date:   Wed Aug 9 08:47:46 2017 +0200

    skip test_regression_bug13 on appveyor
---
 tests/test_qeventloop.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index a7098c7..f9cedec 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -534,6 +534,7 @@ def test_reader_writer_echo(loop, sock_pair):
 	loop.run_until_complete(asyncio.wait_for(mycoro(), timeout=1.0))
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_regression_bug13(loop, sock_pair):
 	"""Verify that a simple handshake between client and server works as expected."""
 	c_sock, s_sock = sock_pair

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