RohitP2005

Results 64 comments of RohitP2005

@kratman, I've implemented the deprecation package for four of the existing deprecation warnings. Could you please guide me on any potential improvements? Regarding renamed and deprecated arguments, it seems the...

> Does the package you use allow for tests to fail when the deprecation is old? No, the deprecation package does not natively support automatically failing tests when a deprecation...

Hey @agriyakhetarpal, When I configured `pytest` to treat `DeprecationWarning`s as errors by removing the `ignore::DeprecationWarning` from the `filterwarnings` section, I encountered the following error. I’m unable to silence this specific...

> > Hey @agriyakhetarpal, > > When I configured `pytest` to treat `DeprecationWarning`s as errors by removing the `ignore::DeprecationWarning` from the `filterwarnings` section, I encountered the following error. I’m unable...

> Thanks, @RohitP2005! Could you please resolve the conflicts here? It looks close to merging with not many more changes required. Okay @agriyakhetarpal will address all those changes in next...

Hey @kratman could u trigger the CIs for this one @agriyakhetarpal I think this PR is good to go now.

@arjxn-py Thanks for initiating the CI's Can anyone help me with the ` pkg_resources is deprecated as an API ` I tried silencing it and still it pops up Any...

Hey @agriyakhetarpal would be helpful if can come up with a solution for this , I tried everything I saw online to silence the pkg resources deprecation warnings

> I think there was one more warning underneath that you needed to fix. The suggestion I've left below makes the test suite run on my machine till completion. I'll...

I think we can skip the existing deprecation warning and create a new issue to address them. I would like to work on it if that feels feasible. I can...