Skip to content

Commit c0194a5

Browse files
committed
Drop comment
1 parent 2d0e731 commit c0194a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def redis_server(docker, session_id, loop, request):
7171
container = docker.create_container(**container_args)
7272

7373
docker.start(container=container['Id'])
74-
# inspection = docker.inspect_container(container['Id'])
75-
# host = inspection['NetworkSettings']['IPAddress']
74+
7675
delay = 0.001
7776
for i in range(100):
7877
try:

0 commit comments

Comments
 (0)