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
Hm, if some module issues a warning while inspecting one of its attributes, the only thing we can do here is just suppress all warnings, or at least deprecation warnings at this point, as we have no control over which modules are loaded.
This should be ok... I will probably check this over the weekend.
Also, 'DeprecationWarning: Document.async is deprecated; use Document.async_'
The item being inspected is
xml.dom.xmlbuilder.DocumentLS
test_foo.py:
requirements.txt:
Makefile:
python 3.6.9
The text was updated successfully, but these errors were encountered: