[Pkg-bitcoin-commits] [python-quamash] 29/78: one more...

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 c62a3febb2cc121f19d6d5d76e96cb2fb28ce610
Author: Korijn van Golen <korijn at gmail.com>
Date:   Thu Aug 10 16:03:52 2017 +0200

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

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 97d4c0b..2c66780 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -249,6 +249,7 @@ def test_can_function_as_context_manager(application):
 		loop.run_forever()
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_future_not_done_on_loop_shutdown(loop):
 	"""Verify RuntimError occurs when loop stopped before Future completed with run_until_complete."""
 	loop.call_later(.1, loop.stop)

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