mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
pytest: fix RUST=0 pytest.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -3,7 +3,6 @@ from pathlib import Path
|
|||||||
from pyln.testing.utils import env, TEST_NETWORK, wait_for
|
from pyln.testing.utils import env, TEST_NETWORK, wait_for
|
||||||
from ephemeral_port_reserve import reserve
|
from ephemeral_port_reserve import reserve
|
||||||
import grpc
|
import grpc
|
||||||
from primitives_pb2 import AmountOrAny, Amount
|
|
||||||
import pytest
|
import pytest
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
@@ -75,6 +74,7 @@ def test_grpc_connect(node_factory):
|
|||||||
# These only exist if we have rust!
|
# These only exist if we have rust!
|
||||||
from node_pb2_grpc import NodeStub # noqa: E402
|
from node_pb2_grpc import NodeStub # noqa: E402
|
||||||
import node_pb2 as nodepb # noqa: E402
|
import node_pb2 as nodepb # noqa: E402
|
||||||
|
from primitives_pb2 import AmountOrAny, Amount # noqa: E402
|
||||||
|
|
||||||
grpc_port = reserve()
|
grpc_port = reserve()
|
||||||
bin_path = Path.cwd() / "target" / "debug" / "cln-grpc"
|
bin_path = Path.cwd() / "target" / "debug" / "cln-grpc"
|
||||||
|
|||||||
Reference in New Issue
Block a user