Overview
Request 1169906 superseded
Add a patch so that launchpadlib tests pass also for python 3.12.
- Created by dstoecker
- In state superseded
- Supersedes 1169700
- Superseded by 1169910
I copied the spec style from different packages of devel:languages:python which all used what I'm using. If that's not what is expected, please show me a reference what you expect, as fixing a package with comments which don't make much sense to me is impossible.
Regarding %pyproject_wheel
and %pyproject_install
- when I try these I get a bunch of new dependencies and when resolved a bunch of new errors which make no sense to me.
Regarding the tests: When I add %pytest it says: ModuleNotFoundError: No module named 'lazr.restfulclient', but as the package works that's an issue with the test call and not the package. For me paths and arguments look good, so I have no idea how to fix it.
Request History
dstoecker created request
Add a patch so that launchpadlib tests pass also for python 3.12.