mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
skipping test_execution.py
This commit is contained in:
parent
db3a99c1e8
commit
f63f9a2cea
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue