Michael Howitz

Results 199 comments of Michael Howitz

A pull request is welcome, I like this idea, too, and was missing the outputs of the previous runs several times.

@kloczek There is only the PDF form. If you have a PDF editor (like Apples Preview.app) to fill it out you can do it paperless.

Is there any progress with the contributor agreement, so the PR can get merged?

@kloczek It would be easier for me as a maintainer to see that your suggested code change works if you would create a pull request, so GitHub Actions can run...

See https://github.com/zopefoundation/ExtensionClass/pull/39 where I tried `cibuildwheel` on a simpler package. Any help to get it flying is welcome.

We successfully used an approach described in the [fourdigits blog](https://web.archive.org/web/20100821120348/http://blog.fourdigits.nl/changing-your-packagename-when-you-have-over-3000-objects-from-that-type).

Coveralls also supports multiple uploads and combines them. To get a real coverage number only each action run needs to report to coveralls. This way it is not possible to...

Locally tox runs successfully for PyPy2. PyPy3 shows the same error as above. So at least PyPy2 support could be added.

I just released https://pypi.org/project/zope.testrunner/5.5/ containing the changed @d-maurer mentioned.