[Pkg-bitcoin-commits] [python-quamash] 25/78: skip another failing test 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 be2627f1a5b89e80cdb2479e9c96d254e91cac0d
Author: Korijn van Golen <k.vangolen at clinicalgraphics.com>
Date:   Thu Aug 10 13:05:07 2017 +0200

    skip another failing test 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 f9cedec..7bbb5e7 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -139,6 +139,7 @@ class TestCanRunTasksInExecutor:
 		logging.debug('start blocking task()')
 
 
+ at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_can_execute_subprocess_primitive(loop):
 	"""Verify that a subprocess can be executed using low-level api."""
 	transport, protocol = loop.run_until_complete(

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