Closed ian-fox closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
42473ae
) 94.78% compared to head (e724e13
) 94.78%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi ! thanks for this, could you rebase against the latest commit of main? That should fix the documentation check
Thanks for the feedback, applied both and rebased!
contributing.md
to reflect the change frompoetry
tosetuptools
attrs
as a dependency inpyproject.toml
Attrs is imported in
structures.py
but is not actually installed by default. It appears to be some transitive dependency of one of the dev dependencies, so it works fine if you install in dev mode but if you're installing the package without that you got an import error.I thought this was small enough that it wasn't worth adding a test in the suite for, but if you disagree please let me know and I can add one.
Checklist