Endi S. Dewata

Results 78 comments of Endi S. Dewata

I created a patch for this: https://github.com/edewata/pki/commits/python-deprecation However, most (if not all) of the deprecation warnings now become hidden since by default `DeprecationWarnings` will be ignored except in the `__main__`...

The problem is even for developers (including us) we won't see these warnings unless we modify the CI (or QE tests) to enable Python Development Mode then automatically send us...

What I meant is even for us, internal developers, it's not always easy to determine whether the Python code we're trying to deprecate is still being used somewhere else in...

@ckelleyRH Thanks for your comments! @ladycfu Do you have any objections about this PR and the suggested changes?

I'd have to defer to @ladycfu.

@frasertweedale You might want to take a look at this as well since this is related to LWCA in PKI 10.9.

Maybe it would be easier if you try converting one workflow at a time? That will probably be easier to test and help avoid conflicts too.

I guess another option is to merge all `*-tests.yml` into a single file. It should be doable now since the those files are much smaller.

I would have to defer to @ladycfu for this too.