~cjwatson/lazr.jobrunner:main

Last commit made on 2023-01-30
Get this branch:
git clone -b main https://git.launchpad.net/~cjwatson/lazr.jobrunner
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~cjwatson/lazr.jobrunner

Recent commits

d2556e4... by Colin Watson

Update pre-commit hooks

Includes fix for https://github.com/PyCQA/isort/issues/2077.

`pyupgrade` no longer has a Python-2-compatible mode, so I dropped the
`--py3-plus` option. All code changes were automatic.

964080a... by Colin Watson

Drop Celery < 4 support

2b5345a... by Colin Watson

Apply pyupgrade

96f3b31... by Colin Watson

Drop Python 2 support

3c8f266... by Colin Watson

Ignore the "isort/black" commit for "git blame"

Developers should apply the following config setting:

    git config blame.ignoreRevsFile .git-blame-ignore-revs

bbb8a29... by Colin Watson

Apply isort and black

c3723ff... by Colin Watson

Apply flake8 and get it passing

e3563cf... by Colin Watson

Add basic pre-commit configuration

Includes configuration from lp-inclusive-naming.

a359ebc... by Colin Watson

Document test fix

acd1076... by Colin Watson

Fix tests with Celery >= 4.4.3

Celery 4.4.3 changed the default paths for log files and pid files,
breaking our tests unless the user running `tox` has permission to write
to `/var/log/celery` and `/var/run/celery`. Tell Celery to use a
temporary directory in the relevant tests instead.