mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 13:03:01 +00:00
pin some test dependencies
This commit is contained in:
4
setup.py
4
setup.py
@@ -140,8 +140,8 @@ setup_args = dict(
|
|||||||
# nbclassic provides the '/tree/' handler that we tests against in
|
# nbclassic provides the '/tree/' handler that we tests against in
|
||||||
# the test test_nbclassic_control_panel.
|
# the test test_nbclassic_control_panel.
|
||||||
"nbclassic",
|
"nbclassic",
|
||||||
"pytest>=3.3",
|
"pytest>=3.3,<8",
|
||||||
"pytest-asyncio>=0.17",
|
"pytest-asyncio>=0.17,<0.23",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"requests-mock",
|
"requests-mock",
|
||||||
"playwright",
|
"playwright",
|
||||||
|
Reference in New Issue
Block a user