#4: comment out test_version

This commit is contained in:
Karl Kroening 2017-05-25 16:53:50 -10:00
parent 64661c694c
commit 9929c1618d

View File

@ -114,9 +114,9 @@ def test_get_args_complex_filter():
]
def test_version():
subprocess.check_call(['ffmpeg', '-version'])
assert 0
#def test_version():
# subprocess.check_call(['ffmpeg', '-version'])
def test_run():
ffmpeg.run(_get_complex_filter_example())