Skip to content

Commit

Permalink
testing: Pin pyln-testing and pyln-client to 24.02
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cdecker committed Nov 21, 2024
1 parent 53608e2 commit 3ad4847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/gl-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies = [
"grpcio>=1.66.0",
"httpx>=0.27.2",
"purerpc>=0.8.0",
"pyln-testing==24.8.1",
"pyln-client==24.2",
"pyln-testing==24.2",
"pytest-timeout>=2.3.1",
"pytest-xdist>=3.6.1",
"rich>=13.9.3",
Expand Down

0 comments on commit 3ad4847

Please sign in to comment.