ci: remove Flask as its dep of testing anyway

Also specify a more recent minimal version of MarkupSafe and itsdangerous
This commit is contained in:
Michael Schmoock
2022-12-28 14:27:52 +01:00
committed by Christian Decker
parent 245e6a83da
commit 5609865631

View File

@@ -174,9 +174,8 @@ def install_pyln_testing(pip_path):
pip_path, 'install', '-U', *pip_opts,
cln_path + "/contrib/pyln-client",
cln_path + "/contrib/pyln-testing",
"Flask==1.1.0",
"MarkupSafe==2.0.1",
'itsdangerous==1.1.0'
"MarkupSafe>=2.0",
'itsdangerous>=2.0'
],
stderr=subprocess.STDOUT,
)