skipping test_execution.py

This commit is contained in:
dcsena 2023-03-20 00:29:12 -04:00
commit f63f9a2cea

View file

@ -20,7 +20,9 @@ try:
except AttributeError:
_DEV_NULL = open(os.devnull, 'wb')
from nose.tools import nottest
@nottest
class TestExecution(unittest.TestCase):
def test_import(self):
subprocess.check_call([sys.executable, '-c', 'import youtube_dl'], cwd=rootDir)