Closed SimonYansenZhao closed 2 weeks ago
I think this was fixed right @SimonYansenZhao?
The --disable-warnings
should be in this line https://github.com/recommenders-team/recommenders/blob/main/tests/ci/azureml_tests/run_groupwise_pytest.py#L54 and it is not there.
Feel free to reopen if it is not the case.
Description
I saw lots of warnings from the result of pytest. Those warnings were not taken into considration because they are suppressed in the CICD testing workflow. Many warnings have something to do with deprecation usage in the code, such as https://github.com/recommenders-team/recommenders/actions/runs/10173799542/job/28139367400?pr=2134#step:3:1207
In which platform does it happen?
The warnings are from the CICD testing workflow.
How do we replicate the issue?
The warnings were disabled in the testing workflow.
Expected behavior (i.e. solution)
Resolve the warnings as soon as possible.
Willingness to contribute