Stephen Finucane
Stephen Finucane
Start using the Makefile added in #2940 for our CI jobs. Depends-on: #3064
**Describe the bug** After an upgrade to 1.11.x, I now see the following error messages in a migration: ```python AttributeError: 'BatchOperations' object has no attribute 'rename_table' ``` The migration in...
This has no impact on end-users, but is useful flag for us as we start translating from MAPOCAPO. WIP as we compile our list of unused files through introspection of...
This PR started out as an alternative to #225 that integrated type hints inline. However, it has since grown and now accomplishes the following: - Drop Python 3.6, 3.7 support;...
## What's the problem this feature will solve? `tox` - especially v4, with it's vastly improved dependency checking - is heavily reliant on good network connectivity to resolve dependencies. If...
The lzma library may be missing in some environments as it is an optional dependency [1]. Fall back to bz2 in this instance. [1] https://devguide.python.org/getting-started/setup-building/
### Feature or Bugfix - Bugfix ### Purpose Fixes: e439c6f33f (Ensure that old-style object description options are respected (#12620)) Closes: #12843 ### Detail - #12843 > *Note* > Ideally this...
### Describe the bug The `noindex` flag allows you to avoid creating an index entry for a directive. This is useful where e.g. a module is documented twice. It looks...
I don't know why this isn't the default behavior, but relying on test order is a bad idea (TM) that we should do our best to avoid. Signed-off-by: Stephen Finucane