8000 #4: comment out `test_version` · Powercoder64/ffmpeg-python@9929c16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9929c16

Browse files
committed
kkroening#4: comment out test_version
1 parent 64661c6 commit 9929c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ffmpeg/tests/test_ffmpeg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ def test_get_args_complex_filter():
114114
]
115115

116116

117-
def test_version():
118-
subprocess.check_call(['ffmpeg', '-version'])
119-
assert 0
117+
#def test_version():
118+
# subprocess.check_call(['ffmpeg', '-version'])
119+
120120

121121
def test_run():
122122
ffmpeg.run(_get_complex_filter_example())

0 commit comments

Comments
 (0)
0