pin some test dependencies

This commit is contained in:
Min RK
2024-01-30 14:30:14 +01:00
parent 0e7689f277
commit 9db326fb7a

View File

@@ -140,8 +140,8 @@ setup_args = dict(
# 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>=3.3,<8",
"pytest-asyncio>=0.17,<0.23",
"pytest-cov",
"requests-mock",
"playwright",