-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying out plone/meta #134
Conversation
I see the coverage ends up at 0%, so there's probably still some old config lying around. |
Oh, and |
Nice! 😊 🎉 Please, propose more options if you need them, as you say for the The coverage report indeed, is not part of Finally, I see that |
I see that the For the local @reinout I took the liberty to add a couple of commits on that direction, hopefully you ok with them, otherwise feel free to revert them 👍🏾 |
e5f05b8
to
3e1ba92
Compare
b192d9c
to
b8c9e85
Compare
I wonder whether my |
We can try to remove it and see what the coverage says 😄 At least, given that we would use tox, we can cleanup the list quite a bit I guess 🍀 |
TODO (probably for myself) before I'm merging it: update the documentation ("tox -e xyz" instead of "venv/bin/pytest" and so). We shouldn't put it into plone-meta's actual list of packages just yet because of the plone-test issue and the ignore-bad-ideas that I want to integrate a little bit better. |
The list you refer to is a for a feature of
|
I think I've fixed all my issues in plone/meta#212 |
And I've even documented the new |
@reinout sorry! I was either too busy, or my brain was melting 😓 Great job! 🌟 |
@mauritsvanrees told me about plone/meta last weekend. Something like that is just what I need for my work projects :-)
So I'm testing it out with z3c.dependencychecker now.
There are two hacks that I need:
AnFixed in Fixes to make z3c.dependencychecker happy plone/meta#212ignore-bad-ideas
setting for check-manifests, but there's no way to add that via.meta.toml
. Well, partially. Via extra_lines I can add it to the end of the pyproject.toml and purely by luck check-manifest's section is the last one.I removedFixed in Fixes to make z3c.dependencychecker happy plone/meta#212plone-test
(2x) fromtox.ini
as the tests won't run otherwise.TODO: fix up the documentation if we're really going to use this.
Problem with plone/meta: the generatedFixed in plone/meta#208.editorconfig
has a comment at the end of the line of two[...]
sections. My emacs editorconfig-mode plugin doesn't like that. Probably something that needs fixing in the emacs plugin. Update: no, probably it needs fixing in meta.One thing surprised me: I wanted to use triple single quotes to quote the
extra_lines
value as it contains double quotes. But plone/meta converts the.meta.toml
back to triple double quotes.