summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-04-23 22:43:02 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-04-23 22:43:02 +0200
commitf84268ea0703419786d50fe0de09fd160134e85e (patch)
tree8417b458e9495ab5fe80e35f6b914a4063797802
parent7f5ef603e6c63646591e7c7a3d5f4730914c0d5d (diff)
downloadcython-f84268ea0703419786d50fe0de09fd160134e85e.tar.gz
exclude two pyregr tests that take excessively long
-rw-r--r--tests/bugs.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs.txt b/tests/bugs.txt
index 1f0dfa9d3..c03f0209e 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -46,6 +46,8 @@ pyregr.test_exceptions
pyregr.test_subprocess
pyregr.test_zipfile64
pyregr.test_tuple
+pyregr.test_urllib2net
+pyregr.test_urllibnet
# Inlined generators
all