Show More
@@ -236,6 +236,11 b' def make_exclude():' | |||||
236 | exclusions.append(ipjoin('core', 'history')) |
|
236 | exclusions.append(ipjoin('core', 'history')) | |
237 | if not have['wx']: |
|
237 | if not have['wx']: | |
238 | exclusions.append(ipjoin('lib', 'inputhookwx')) |
|
238 | exclusions.append(ipjoin('lib', 'inputhookwx')) | |
|
239 | ||||
|
240 | # FIXME: temporarily disable autoreload tests, as they can produce | |||
|
241 | # spurious failures in subsequent tests (cythonmagic). | |||
|
242 | exclusions.append(ipjoin('extensions', 'autoreload')) | |||
|
243 | exclusions.append(ipjoin('extensions', 'tests', 'test_autoreload')) | |||
239 |
|
244 | |||
240 | # We do this unconditionally, so that the test suite doesn't import |
|
245 | # We do this unconditionally, so that the test suite doesn't import | |
241 | # gtk, changing the default encoding and masking some unicode bugs. |
|
246 | # gtk, changing the default encoding and masking some unicode bugs. |
General Comments 0
You need to be logged in to leave comments.
Login now