mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
skip crash tests by default
This commit is contained in:
parent
ac0eabc5f4
commit
27abd01589
@ -476,6 +476,8 @@ def run_iptest():
|
||||
# setuptools devs refuse to fix this problem!
|
||||
'--exe',
|
||||
]
|
||||
if '-a' not in argv and '-A' not in argv:
|
||||
argv = argv + ['-a', '!crash']
|
||||
|
||||
if nose.__version__ >= '0.11':
|
||||
# I don't fully understand why we need this one, but depending on what
|
||||
|
Loading…
x
Reference in New Issue
Block a user