Skip to content

Commit

Permalink
For some reason this test coverage issue occurs on Github actions but…
Browse files Browse the repository at this point in the history
… not with tox locally...
  • Loading branch information
wolph committed Jun 23, 2023
1 parent 673b4e3 commit da2524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_utils/decorators.py
Expand Up @@ -185,7 +185,7 @@ def _wraps_classmethod(
if a != '__annotations__'
),
)
except AttributeError:
except AttributeError: # pragma: no cover
# For some reason `functools.update_wrapper` fails on some test
# runs but not while running actual code
pass
Expand Down

0 comments on commit da2524d

Please sign in to comment.