dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 959 forks source link

Pin click to fix Github Actions formatting checks #515

Closed SijmenHuizenga closed 2 years ago

SijmenHuizenga commented 2 years ago

As seen here with error

ImportError: cannot import name '_unicodefun' from 'click' (/home/runner/work/schedule/schedule/.tox/format/lib/python3.8/site-packages/click/__init__.py)

This error is reproducible by running:

tox -e format

As described here we must pin click to resolve this error.

Alternatively we could upgrade Black to a newer version, but this requires some reformatting. I am hoping to do this in a separate pr.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 99.699% when pulling 193bde97567a3a62c2c3c27331cb56ab7eb03fba on SijmenHuizenga:fix-tox-formatting into 8a944c845fb837545f990639b227c2bbfd2f53ba on dbader:master.