CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
793 stars 75 forks source link

Add download stats badge. #297

Closed sodul closed 5 months ago

sodul commented 5 months ago

This adds a downloads stats badge to the main readme which helps show the popularity of green.

Moved the text around a bit to be consistent with other popular python packages and added the badges to the readme that is published on pypi.org.

sodul commented 5 months ago
image
coveralls commented 5 months ago

Coverage Status

coverage: 95.232%. remained the same when pulling 3b75ea1666d7fa321283f08523e904a95e84f557 on clumio-oss:main into 8cabab8e706b0ee9f24d0854b5b66b1762cccf10 on CleanCut:main.

sodul commented 5 months ago

There is a known bug with GH actions being broken on macos-latest and python 3.8 and 3.9.

https://github.com/actions/setup-python/issues/850

sodul commented 5 months ago

Python 3.8 and 3.9 are now fixed for macos-latest but we are now getting this error on 3.8:

lxml/etree.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_exsltDateXpathCtxtRegister'

This is completely unrelated to our changes if this is a persistent problem I can look into the issue further. My guess is that for this target the etree.cpython-38-darwin.so needs to be recompiled from sources in order to run properly. Alternatively we could target macOS 13 instead of latest for 3.8. Since it will be EOL later this year that might be the simplest thing to do.