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
When i run nox with python warnings enabled the deprecation warning appears: <frozen importlib._bootstrap>:283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead
How to reproduce
Enable python warnings.
run nox.
nox --version
2021.10.1
python -V
Python 3.10.0
OS: windows 10
Expected behavior
There is no deprecation warnins appear when i run nox.