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
This call seems to make use of the deprecated imp module. This is annoying as our tests will print a warning
.../python3.9/site-packages/future/standard_library/__init__.py:65
.../lib/python3.9/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
-- Docs: https://docs.pytest.org/en/stable/warnings.html
Python2 EOL is coming soon, and we should support Python3-only and move on!
The text was updated successfully, but these errors were encountered: