about summary refs log tree commit diff
path: root/test/test_download.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-11-26 13:07:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-11-26 13:07:32 +0100
commite075a44afb320e4c4d42f80ea75057bbc20ba51a (patch)
tree1b5622c150e761eef0c4d72ec8f0a53f53e3615e /test/test_download.py
parent8865bdeb377bc653cea66305af9bf530440771c4 (diff)
downloadyoutube-dl-e075a44afb320e4c4d42f80ea75057bbc20ba51a.tar.gz
youtube-dl-e075a44afb320e4c4d42f80ea75057bbc20ba51a.tar.xz
youtube-dl-e075a44afb320e4c4d42f80ea75057bbc20ba51a.zip
[tests] Remove useless u prefixes
Diffstat (limited to 'test/test_download.py')
-rw-r--r--test/test_download.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_download.py b/test/test_download.py
index b2615f338..a009aa475 100644
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -97,7 +97,7 @@ def generator(test_case):
             return
         for other_ie in other_ies:
             if not other_ie.working():
-                print_skipping(u'test depends on %sIE, marked as not WORKING' % other_ie.ie_key())
+                print_skipping('test depends on %sIE, marked as not WORKING' % other_ie.ie_key())
                 return
 
         params = get_params(test_case.get('params', {}))
@@ -143,7 +143,7 @@ def generator(test_case):
                         raise
 
                     if try_num == RETRIES:
-                        report_warning(u'Failed due to network errors, skipping...')
+                        report_warning('Failed due to network errors, skipping...')
                         return
 
                     print('Retrying: {0} failed tries\n\n##########\n\n'.format(try_num))