~twom/launchpad:oci-retry-incomplete-read

Last commit made on 2021-08-06
Get this branch:
git clone -b oci-retry-incomplete-read https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
oci-retry-incomplete-read
Repository:
lp:~twom/launchpad

Recent commits

0f7a705... by Tom Wardill

Refactor common test cost

9f2473d... by Tom Wardill

Add retry for IncompleteRead

22c6695... by Colin Watson

Remove format-imports and friends

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406757

89a44a5... by Colin Watson

Remove format-imports and friends

It's now been superseded by running isort from pre-commit.

c207050... by Colin Watson

Run isort from pre-commit

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406756

9979fdb... by Colin Watson

pre-commit run -a isort

94a696e... by Colin Watson

Run isort from pre-commit

82e7da0... by Colin Watson

Adjust various imports to confuse isort a little less

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406753

0e00bf0... by Colin Watson

Adjust various imports to confuse isort a little less

Move non-circular imports to their usual place near the top of the file.
Avoid `cimport` as a local variable because `isort` gets that confused
with the Cython keyword. Add `# isort: split` in a few cases where we
need to stop `isort` moving things around.

e929c46... by Colin Watson

Use Python 3 configparser module directly

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406657