mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 01:54:09 +00:00
maint: add test to extras_require, remove dev-requirements.txt
This commit is contained in:
21
setup.py
21
setup.py
@@ -121,6 +121,27 @@ setup_args = dict(
|
||||
'Source': 'https://github.com/jupyterhub/jupyterhub/',
|
||||
'Tracker': 'https://github.com/jupyterhub/jupyterhub/issues',
|
||||
},
|
||||
extras_require={
|
||||
"test": [
|
||||
"beautifulsoup4[html5lib]",
|
||||
"coverage",
|
||||
# cryptography is an optional dependency for jupyterhub that we test
|
||||
# against by default
|
||||
"cryptography",
|
||||
"jsonschema",
|
||||
"jupyterlab>=3",
|
||||
"mock",
|
||||
# nbclassic provides the '/tree/' handler that we tests against in
|
||||
# the test test_nbclassic_control_panel.
|
||||
"nbclassic",
|
||||
"pytest>=3.3",
|
||||
"pytest-asyncio>=0.17",
|
||||
"pytest-cov",
|
||||
"requests-mock",
|
||||
"selenium",
|
||||
"virtualenv",
|
||||
],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user