xmo-odoo
xmo-odoo
The teams are probably not a priority given they're not currently well maintained in Odoo anyway...
After testing fine grained personal tokens a bit in case we'd have the (dumb) idea of using them: - the organisation owning the repository* needs to be opted into fine...
> A better autofix imo is encoding="locale" if sys.version_info >= (3, 10) else None which does successfully keep the same behaviour The *entire point* of PEP 597 is that "the...
> we would gladly have your review on this PR - besides that, it's all ready 😄 https://github.com/odoo/enterprise/wiki/security#PY017
> I just pushed a small change to the `__repr__` so that it gives exactly the same Python expression that is used to create the `FloatFmt`. > > Can you...
> I think it's all right like this? Please let me know 😄 :+1: @robodoo override=ci/security
I get that, but honestly even independent of that issue I always think it's weird that last-failed simply doesn't see the tests which have yet to run... unless there are...
> I regularly use the combination of lastfailed and exit first to iteratively cull broken tests after internally breaking changes, When I run that combination, pytest stops at the first...
@naveens800 those are the internal verbosity levels (specifically `verbosity_test_cases`), default is 0, `-v` increases by 1 and `-q` reduces by 1, so `-1` is what you get when you run...
> Indeed, we thought of other names like "any_sudo" (the operator is not really a sudo, it bypasses only security at the level of the domain, but not sub-domains). Any...