Skip to content

Commit 437af3b

Browse files
Merge pull request #795 from OliverZhaohaibin/edit-base
Enhance video editing workflow and improve GL preview stability
2 parents 5730be4 + 3b147d3 commit 437af3b

70 files changed

Lines changed: 10493 additions & 1131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ dependencies = [
3535
test = [
3636
"pytest",
3737
"pytest-mock",
38-
"pytest-qt"
38+
"pytest-qt",
39+
"pytest-timeout",
3940
]
4041
dev = [
4142
"pytest",
4243
"pytest-mock",
4344
"pytest-qt",
45+
"pytest-timeout",
4446
"ruff",
4547
"black",
4648
"mypy",

0 commit comments

Comments
 (0)