Skip to content

Commit e3b83a8

Browse files
committed
Remove subprocess and replace it with docker
Signed-off-by: Nicolas Bock <[email protected]>
1 parent 8a4bd43 commit e3b83a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ebuildtester/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import re
55
import sys
6-
import subprocess
6+
import docker
77

88
import ebuildtester.options as options
99
from ebuildtester.utils import massage_string

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
docker
12
sphinx
23
sphinx_rtd_theme

0 commit comments

Comments
 (0)