mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
skip autoreload tests
This commit is contained in:
parent
2d5555fb99
commit
33b0144b8f
@ -236,6 +236,11 @@ def make_exclude():
|
||||
exclusions.append(ipjoin('core', 'history'))
|
||||
if not have['wx']:
|
||||
exclusions.append(ipjoin('lib', 'inputhookwx'))
|
||||
|
||||
# FIXME: temporarily disable autoreload tests, as they can produce
|
||||
# spurious failures in subsequent tests (cythonmagic).
|
||||
exclusions.append(ipjoin('extensions', 'autoreload'))
|
||||
exclusions.append(ipjoin('extensions', 'tests', 'test_autoreload'))
|
||||
|
||||
# We do this unconditionally, so that the test suite doesn't import
|
||||
# gtk, changing the default encoding and masking some unicode bugs.
|
||||
|
Loading…
Reference in New Issue
Block a user