~jugmac00/launchpadlib:declare-python311-support

Last commit made on 2022-10-28
Get this branch:
git clone -b declare-python311-support https://git.launchpad.net/~jugmac00/launchpadlib
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
declare-python311-support
Repository:
lp:~jugmac00/launchpadlib

Recent commits

005e9fb... by Jürgen Gmach

Declare support for Python 3.11

1ed214c... by Colin Watson

Release launchpadlib 1.10.17

09ef2ee... by Colin Watson

Fix black pre-commit hook

We can't upgrade to black 22.3.0 since we still need to support Python 2
syntax, but this works around https://github.com/psf/black/issues/2964
in a different way.

a9134e3... by Colin Watson

Fix doctests for Python 3

The doctests are currently only run via Launchpad's test suite, and we'd
accidentally not been running them since renaming from `.txt` to `.rst`
in 1.10.8.

1bab9c2... by Jürgen Gmach

Create coverage report

Also, switch to the pytest test runner.

As pytest showed more warnings than the previously used test runner, one
test had to be updated to make it pass.

474a47b... by Colin Watson

Release launchpadlib 1.10.16

97a4e01... by Colin Watson

Add bug reference to NEWS.rst

9093981... by Colin Watson

Fix up formatting, aided by pre-commit/black

877876b... by Piotr Henryk Dabrowski

[bug=737473] Optionally get credentials file from an environment variable

Environment variable: LP_CREDENTIALS_FILE

5ecb0dd... by Colin Watson

Use --keep-percent-format