Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
030ceadf
Unverified
Commit
030ceadf
authored
May 27, 2025
by
mohammedabdulwahhab
Committed by
GitHub
May 27, 2025
Browse files
fix: ignore setuptools warning in pytest (#1212)
parent
75e774d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyproject.toml
pyproject.toml
+2
-1
No files found.
pyproject.toml
View file @
030ceadf
...
...
@@ -142,7 +142,8 @@ filterwarnings = [
"error"
,
"ignore:.*cuda*:DeprecationWarning"
,
# Need this to avoid deprecation warnings from CUDA in tensorrt_llm.
"ignore:.*pkg_resources.*:DeprecationWarning"
,
"ignore:.*multipart.*:PendingDeprecationWarning"
"ignore:.*pkg_resources.*:UserWarning"
,
"ignore:.*multipart.*:PendingDeprecationWarning"
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment