-
Notifications
You must be signed in to change notification settings - Fork 415
Fix or silence warnings emitted by tests #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 42 commits into
NVIDIA:develop
from
dagardner-nv:david-remove-warnings
May 27, 2025
Merged
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
b52d755
Set asyncio_default_test_loop_scope to avoid warning about the value …
dagardner-nv 7ac47f3
Define the default event loop scope of asynchronous tests avoids warn…
dagardner-nv f7da997
Silence known deprecation warnings being triggered by weave
dagardner-nv fb6d99c
Rename config classes such that pytest doesn't believe they are test …
dagardner-nv 57030b1
Rename config classes such that pytest doesn't believe they are test …
dagardner-nv abd0c44
Replace usage of update_forward_refs() with model_rebuild() per https…
dagardner-nv 70169d4
Silence expected builder warnings with explicitly testing that they a…
dagardner-nv 3feefc4
Silence expected warning at test completion
dagardner-nv 4ea2590
Replace deprecated dict method with model_dump
dagardner-nv 99627f7
Ignore expected warning about the mock method not being called
dagardner-nv c280f82
Silence expected warning
dagardner-nv 8268d6a
Replace deprecated MultiCommand with Group
dagardner-nv a602c1a
Avoid deprecation warning about calling apply on dataframe group http…
dagardner-nv 02c63a1
Always await the search method, fix type-o in collection name
dagardner-nv d8b5a67
Remove edgecolor argument which was being overriden by the color argu…
dagardner-nv e5c945c
Replace deprecated import of DeterministicFakeEmbedding, add missing …
dagardner-nv dc367a9
Attempt to await all coroutines, filter warnings for the rest
dagardner-nv 41283c3
Merge branch 'develop' of github.com:NVIDIA/AIQToolkit into david-rem…
dagardner-nv 27e4bec
Revert async hacks
dagardner-nv 7568c95
Revert async hacks
dagardner-nv f60f859
Create a fixture that yields a loop that runs in another thread
dagardner-nv 0f7b857
Make the RunLoopThread class private to the fixture, update tests to …
dagardner-nv 72d7fe2
Avoid mocking the asyncio.run_coroutine_threadsafe method
dagardner-nv b4b2396
Check session_manager.workflow.has_single_output early before calling…
dagardner-nv 012bac0
Ensure that any running coroutines are canceled in the exception handler
dagardner-nv 88c6605
Don't patch the AIQSessionManager constructor, instead just pass in s…
dagardner-nv 5712df3
Ensure the NVIDIA_API_KEY environment variable is set (to a fake valu…
dagardner-nv 0adc43f
Silence syntax warnings being emitted from the qdrant-client (used by…
dagardner-nv acaeaf1
Fix return type hint, and avoid unneeded import
dagardner-nv 1d25deb
Replace the warnings.catch_warnings statement with a global pytest ig…
dagardner-nv e13e349
Fix the warning filter
dagardner-nv 2346a46
Remove unused import
dagardner-nv 25967e8
Merge branch 'develop' of github.com:NVIDIA/AIQToolkit into david-rem…
dagardner-nv c08f320
Remove unintented change
dagardner-nv ca738c8
Warning is different in Python 3.11
dagardner-nv c4010df
Fix toml
dagardner-nv b438189
Fix ignore for 3.11
dagardner-nv 363e4bd
Remove attempt to filter the 3.11 deprecation warning
dagardner-nv a38c941
Explcitly cast entry point objects to a list to avoid a warning in Py…
dagardner-nv f1023e3
base_output is not a coroutine
dagardner-nv 5d06d6b
Merge branch 'develop' of github.com:NVIDIA/AIQToolkit into david-rem…
dagardner-nv 24b3a37
Revert unintended change
dagardner-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.