repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remmina: update to 1.4.37
[oi-userland.git]
/
components
/
python
/
curio
/
patches
/
01-test-skip-test_timeout.patch
blob
580e3f6bf4f06f2b72302397d9e182b585b20ff9
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']
5
6
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():