mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-18 14:10:26 +08:00
exclude terminal tests on Windows
This commit is contained in:
parent
f3ed84e679
commit
f707b78e54
@ -23,4 +23,4 @@ install:
|
||||
- cmd: pip install .[test]
|
||||
|
||||
test_script:
|
||||
- nosetests -v notebook
|
||||
- nosetests --exclude-dir notebook\terminal -v notebook
|
||||
|
1
setup.py
1
setup.py
@ -157,6 +157,7 @@ extras_require = {
|
||||
':sys_platform != "win32"': ['terminado>=0.3.3'],
|
||||
'test:python_version == "2.7"': ['mock'],
|
||||
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters'],
|
||||
'test:sys_platform == "win32"': ['nose-exclude'],
|
||||
}
|
||||
|
||||
if 'setuptools' in sys.modules:
|
||||
|
Loading…
x
Reference in New Issue
Block a user