remmina: update to 1.4.37
[oi-userland.git] / components / python / curio / patches / 01-test-skip-test_timeout.patch
blob580e3f6bf4f06f2b72302397d9e182b585b20ff9
1 --- curio-1.6/tests/test_subprocess.py.orig
2 +++ curio-1.6/tests/test_subprocess.py
3 @@ -65,6 +65,7 @@
4 assert results == ['bad command']
7 +@pytest.mark.skip(reason="always fails: https://github.com/dabeaz/curio/issues/347")
8 def test_timeout(kernel):
9 results = []
10 async def subproc():