You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.9 is planned to be released on October 2020, on this version some long-time deprecated code will be removed and some old Python libraries will stop working (see this). Check how this will affect Beats development and prepare the code to work on this version.
Identified issues
Nosetests was discontinued on 2015 and has been reported to stop working on Python 3.9. Migrate tests to pytest (continue with Use pytest instead of nosetests #16883).
Python 3.9 is planned to be released on October 2020, on this version some long-time deprecated code will be removed and some old Python libraries will stop working (see this). Check how this will affect Beats development and prepare the code to work on this version.
Identified issues
filterwarnings = error::DeprecationWarning
inpytest.ini
) Fix python deprecation warnings #20603.The text was updated successfully, but these errors were encountered: