Skip to content

Commit ed3179a

Browse files
committed
testing: Pin pyln-testing and pyln-client to 24.02
24.08 broke the plugin handling in CLN by no longer passing the description along. We'll need to unpin them again once we have switched to CLN 24.08 for testing.
1 parent 9574d63 commit ed3179a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/gl-testing/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies = [
1212
"grpcio>=1.66.0",
1313
"httpx>=0.27.2",
1414
"purerpc>=0.8.0",
15-
"pyln-testing==24.8.1",
15+
"pyln-client==24.2",
16+
"pyln-testing==24.2",
1617
"pytest-timeout>=2.3.1",
1718
"pytest-xdist>=3.6.1",
1819
"rich>=13.9.3",

0 commit comments

Comments
 (0)