Merge branch 'master' into 2916.grid-manager-integration-tests.2

This commit is contained in:
meejah
2023-07-29 04:41:03 -06:00
28 changed files with 504 additions and 233 deletions

View File

@ -391,11 +391,9 @@ class ChutneyTorNetwork:
@property
def client_control_endpoint(self) -> str:
print("CONTROL", "tcp:localhost:{}".format(self.client_control_port))
return "tcp:localhost:{}".format(self.client_control_port)
@pytest.fixture(scope='session')
@pytest.mark.skipif(sys.platform.startswith('win'),
reason='Tor tests are unstable on Windows')