Closed MichalHaluza closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
0cdd514
) compared to base (caa383a
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Apart from python2, the kw_only keyword argument for
attr.s()
throwsTypeError: attrs() got an unexpected keyword argument 'kw_only'
also on python3 installations using version of attrs module older than 18.2. RHEL-8 ships attrs in version 17.4, hence the argument needs to be excluded there as well.