~jugmac00/launchpadlib:remove-obsolete-test_suite

Last commit made on 2022-11-25
Get this branch:
git clone -b remove-obsolete-test_suite 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:
remove-obsolete-test_suite
Repository:
lp:~jugmac00/launchpadlib

Recent commits

b1317ca... by Jürgen Gmach

Remove obsolete test discovery helpers

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] tests:0 (build)
12 of 2 results
d813791... by Colin Watson

Add NEWS entry

Also bump minor version since this could break some users.

de8165d... by Jelmer Vernooij

Make keyring an extra.

c1ee17c... by Jürgen Gmach

Back to development 1.10.19

72b225d... by Jürgen Gmach

Prepare release for version 1.10.18

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] tests:0 (build)
12 of 2 results
aead2ad... by Jürgen Gmach

Add minimal CI configuration

For now, we only run the linter and the tests for Python 3.8.

In order to run all tox environments, we need to discuss a proper way
how to provide different Python versions.

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] tests:0 (build)
12 of 2 results
32d17a4... by Jürgen Gmach

Update linters

Please note that both black >= 22 and pyupgrade >= 3 drop support for
working with Python 2 files, so we must not update them unless we drop
support for Python 2.

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.