Skip to content
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 Warnings from tests #1133

Open
cbeauchesne opened this issue Jul 23, 2021 · 1 comment
Open

Remove Warnings from tests #1133

cbeauchesne opened this issue Jul 23, 2021 · 1 comment
Labels

Comments

@cbeauchesne
Copy link
Member

cbeauchesne commented Jul 23, 2021

Let's close this issue when warning count will be 0 on tests.

  • 2020-07-22: 1932
  • 2020-07-23: 0 (but 1842 deprecation warnings)
@cbeauchesne
Copy link
Member Author

Status on 2020-07-23:

Most of warning are DeprecationWarning. And the pain part is that, often, they come from 3rd party lib. For each of them we must check if :

  1. we need to update our code
  2. or we need to update the lib

So, for now, I've ignored them, because I think there is no sense to bother devs for day-to-day dev. And I'll try to reduce the count time to time.

And by the way, there is no more warning, except Deprecation warning 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant