Skip to content

Commit da2524d

Browse files
committed
For some reason this test coverage issue occurs on Github actions but not with tox locally...
1 parent 673b4e3 commit da2524d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_utils/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _wraps_classmethod(
185185
if a != '__annotations__'
186186
),
187187
)
188-
except AttributeError:
188+
except AttributeError: # pragma: no cover
189189
# For some reason `functools.update_wrapper` fails on some test
190190
# runs but not while running actual code
191191
pass

0 commit comments

Comments
 (0)