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
In attempting to update pytest-enabler to rely on importlib_resources.abc.Traversable, it's failing with:
___________________________________________________________ pytest_enabler/__init__.py ____________________________________________________________
63: error: Call to untyped function "open" of "Traversable" in typed context [no-untyped-call]
The text was updated successfully, but these errors were encountered:
jaraco
added a commit
to jaraco/pytest-enabler
that referenced
this issue
Sep 12, 2024
In attempting to update pytest-enabler to rely on importlib_resources.abc.Traversable, it's failing with:
The text was updated successfully, but these errors were encountered: