-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
remove container related deprecation warnings #4155
Conversation
#4158 fixes the failing test in this PR. After that one has merged and this PR is rebased, I think this is good to go 🚀 |
@pangratz I was working on the failing test too, I've integrated the change in this PR. I've also removed the env.container.destroy thing (is this necessary though ?) |
We are not consistent with properly destroying the
I think it should be kept for now. It doesn't hurt I guess... |
@pangratz I will bring back the env.container.destroy. It was just that the tests were passing without this (I like to remove LOC when the tests pass 😄 ) |
We can add a |
But I suppose that can be a separate PR since this passes fine without... |
This looks good to me... |
remove container related deprecation warnings
Thanks @sly7-7 |
Closes #4151
It seems like some code was forgotten during the addonization.
Thanks to @rwjblue pointing it to me.