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
The name exc in the last format() call in src/pytest-cov.pth is not defined. I think the except ImportError should be changed to except ImportError as exc?
The name
excin the lastformat()call insrc/pytest-cov.pthis not defined. I think theexcept ImportErrorshould be changed toexcept ImportError as exc?