4.4.0:
- Deprecated passing a bool as
timeoutorcheck_interval.
boolsubclassesint, soLock(timeout=True)has always
meant one second andtimeout=Falsezero, rather than anything the
caller intended. The value is still honoured and now warns, and it
raisesTypeErrorin 5.0. Reported and originally patched by Jon
Bailey. - Pull requests no longer fail on lint findings ruff can fix by itself.
CI applies those fixes and the autofix.ci app commits them to the
branch, forks included, so the build only stops for findings that
need a decision, such as whether apytest.raisespattern was
meant as a regular expression. No library code changed for this.