Skip to content

Commit 1bd30a2

Browse files
chore: missing tests dependencies
1 parent 2477d96 commit 1bd30a2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ tests = [
186186
'pytest-timeout',
187187
'pytest-xdist',
188188
'pytest-env',
189-
'pytest-cov'
189+
'pytest-cov',
190+
'trimesh'
190191
]
191192
docs = [
192193
"jupyter",

0 commit comments

Comments
 (0)