Skip to content

Commit 6beb0b7

Browse files
scripts/sysinstall.py: exclude new test_4767 because uses pymupdf command.
1 parent 756e1ee commit 6beb0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sysinstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def run(command, env_extra=None):
401401
'test_textbox3',
402402
'test_3493',
403403
'test_4180',
404+
'test_4767',
404405
)
405406
excluded_tests = ' and not '.join(excluded_tests)
406407
if not pytest_args:

0 commit comments

Comments
 (0)