mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
#4: comment out test_version
This commit is contained in:
parent
64661c694c
commit
9929c1618d
@ -114,9 +114,9 @@ def test_get_args_complex_filter():
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
def test_version():
|
#def test_version():
|
||||||
subprocess.check_call(['ffmpeg', '-version'])
|
# subprocess.check_call(['ffmpeg', '-version'])
|
||||||
assert 0
|
|
||||||
|
|
||||||
def test_run():
|
def test_run():
|
||||||
ffmpeg.run(_get_complex_filter_example())
|
ffmpeg.run(_get_complex_filter_example())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user