aboutsummaryrefslogtreecommitdiff
path: root/test/helper.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:47:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-25 03:47:32 +0100
commitd0efb9ec9a85662fa43f026339821513ac2f039c (patch)
tree5c4eae6dd0fb7a5c10a658f3f44380213470af0d /test/helper.py
parentac05067d3dbc68cd50e8e07d51700b5a8a698a29 (diff)
downloadyoutube-dl-d0efb9ec9a85662fa43f026339821513ac2f039c.tar.xz
[tests] Remove global_setup function
Diffstat (limited to 'test/helper.py')
-rw-r--r--test/helper.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/helper.py b/test/helper.py
index d7bf7a828..b1f421ac5 100644
--- a/test/helper.py
+++ b/test/helper.py
@@ -12,10 +12,6 @@ from youtube_dl import YoutubeDL
from youtube_dl.utils import preferredencoding
-def global_setup():
- youtube_dl._setup_opener(timeout=10)
-
-
def get_params(override=None):
PARAMETERS_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)),
"parameters.json")