We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b30ed commit c055739Copy full SHA for c055739
testgres/testgres.py
@@ -384,10 +384,6 @@ def __init__(self,
384
master=None):
385
global bound_ports
386
387
- # check that port is not used
388
- if port in bound_ports:
389
- raise InitNodeException('port {} is already in use'.format(port))
390
-
391
self.master = master
392
self.name = name
393
self.host = '127.0.0.1'
0 commit comments