[Pkg-bitcoin-commits] [python-quamash] 32/78: removed skip calls

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 6d15c32f79e9bc207367f61fac9a09c1ed300d38
Author: Korijn van Golen <k.vangolen at clinicalgraphics.com>
Date:   Fri Aug 11 08:39:49 2017 +0200

    removed skip calls
---
 tests/test_qeventloop.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index c1ecc67..a7098c7 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -161,7 +161,6 @@ 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(
@@ -248,7 +247,6 @@ 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)
@@ -588,7 +586,6 @@ def test_regression_bug13(loop, sock_pair):
 	assert result3 == b'3'
 
 
- at pytest.mark.skipif(os.environ.get('APPVEYOR') == 'True', reason="Fails on Windows.")
 def test_add_reader_replace(loop, sock_pair):
 	c_sock, s_sock = sock_pair
 	callback_invoked = asyncio.Future()
@@ -639,7 +636,6 @@ 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()
@@ -708,7 +704,6 @@ 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