Merge pull request #3768 from munkm/testing

adding selenium to test requirements
This commit is contained in:
M Pacer 2018-07-15 10:51:27 -05:00 committed by GitHub
commit be16b9540f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {