mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #3768 from munkm/testing
adding selenium to test requirements
This commit is contained in:
commit
be16b9540f
2
setup.py
2
setup.py
@ -97,7 +97,7 @@ for more information.
|
||||
':python_version == "2.7"': ['ipaddress'],
|
||||
'test:python_version == "2.7"': ['mock'],
|
||||
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
|
||||
'nbval', 'nose-exclude'],
|
||||
'nbval', 'nose-exclude', 'selenium'],
|
||||
'test:sys_platform == "win32"': ['nose-exclude'],
|
||||
},
|
||||
entry_points = {
|
||||
|
Loading…
Reference in New Issue
Block a user