[Pkg-bitcoin-commits] [python-quamash] 28/78: and another two

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 69b3975949edf7da6263ae2e8aecbd2518d5a6d7
Author: Korijn van Golen <korijn at gmail.com>
Date:   Thu Aug 10 15:42:05 2017 +0200

    and another two
---
 tests/test_qeventloop.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 413a5aa..97d4c0b 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -162,6 +162,7 @@ def test_can_execute_subprocess(loop):
 	loop.run_until_complete(asyncio.wait_for(mycoro(), timeout=3))
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_can_read_subprocess_primitive(loop):
 	transport, protocol = loop.run_until_complete(
 		loop.subprocess_exec(
@@ -708,6 +709,7 @@ def test_remove_writer_idempotence(loop, sock_pair):
 	assert not removed2
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_scheduling(loop, sock_pair):
 	s1, s2 = sock_pair
 	fd = s1.fileno()

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