[tests] Remove global_setup function
[youtube-dl] / test / test_age_restriction.py
index 506572e9ee9604973f7ba31951a8cb32155f1fa3..c9cdb96cb30578d58724ddadb4328ad790316a39 100644 (file)
@@ -6,8 +6,7 @@ import sys
 import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from test.helper import global_setup, try_rm
-global_setup()
+from test.helper import try_rm
 
 
 from youtube_dl import YoutubeDL