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
It's not trivial to cover this with conventional tests, as python -O already removes assert statements.
But if you wish, I could try to contribute a separate job within .github/workflows/main.yml.
__doc__.strip()
instructlog/__init__.py
, line 48 (introduced with 5e6ea9c) fails withwhen used with
python -OO
, which discards docstrings.The text was updated successfully, but these errors were encountered: