[tests] Remove global_setup function
[youtube-dl] / test / test_write_info_json.py
index 30c4859fdaad3165aad7fcadc6d359d967edbae4..d7177611b5e1a90aa3bdf612ae873336ff44d686 100644 (file)
@@ -7,8 +7,7 @@ import sys
 import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from test.helper import get_params, global_setup
-global_setup()
+from test.helper import get_params
 
 
 import io