tests: dont print sys.path when running grpc-query.py

Don't print the sys.path when running grpc-query.py. Doing so
was causing tests to fail.

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2024-08-21 22:03:48 -04:00
parent 5989d1cf78
commit 436e4d9755

View File

@ -40,7 +40,6 @@ try:
try:
sys.path[0:0] = [tmpdir]
print(sys.path)
import frr_northbound_pb2
import frr_northbound_pb2_grpc