##// END OF EJS Templates
Merge pull request #1911 from minrk/skipreload...
Fernando Perez -
r7456:2287b38e merge
parent child Browse files
Show More
@@ -237,6 +237,11 b' def make_exclude():'
237 if not have['wx']:
237 if not have['wx']:
238 exclusions.append(ipjoin('lib', 'inputhookwx'))
238 exclusions.append(ipjoin('lib', 'inputhookwx'))
239
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'))
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.
242 exclusions.append(ipjoin('lib', 'inputhookgtk'))
247 exclusions.append(ipjoin('lib', 'inputhookgtk'))
General Comments 0
You need to be logged in to leave comments. Login now