Skip to content

Commit 2caa624

Browse files
committed
[tests] Remove MoviePy from CLI tests for now.
1 parent be8c60d commit 2caa624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
DEFAULT_DETECTOR = 'detect-content'
4545
DEFAULT_CONFIG_FILE = 'scenedetect.cfg' # Ensure we default to a "blank" config file.
4646
ALL_DETECTORS = ['detect-content', 'detect-threshold', 'detect-adaptive']
47-
ALL_BACKENDS = ['opencv', 'pyav', 'moviepy']
47+
ALL_BACKENDS = ['opencv', 'pyav']
4848

4949

5050
def invoke_scenedetect(

0 commit comments

Comments
 (0)