mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-15 22:08:17 +00:00
Merge branch 'master' into 2916.grid-manager-integration-tests.2
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user