From bd21b2f66fbe9a914c4263d5f6b248947d0c82ef Mon Sep 17 00:00:00 2001 From: Kevin Mai-Husan Chia Date: Wed, 4 Sep 2019 20:33:29 +0800 Subject: [PATCH] Update tests/interop/conftest.py Co-Authored-By: NIC Lin --- tests/interop/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/interop/conftest.py b/tests/interop/conftest.py index 982e74d1..76b11d68 100644 --- a/tests/interop/conftest.py +++ b/tests/interop/conftest.py @@ -61,7 +61,6 @@ async def p2pds(num_p2pds, is_host_secure, is_gossipsub, unused_tcp_port_factory @pytest.fixture def pubsubs(num_hosts, hosts, is_gossipsub): - routers = None if is_gossipsub: routers = GossipsubFactory.create_batch(num_hosts, **GOSSIPSUB_PARAMS._asdict()) else: