phlax
phlax
we use appauth for quite a few things - but not for this - so its the standard `GITHUB_TOKEN` provided in ci we dont have this issue with any other...
~relatedly we used to use the edenhill repo/link to check this dep - this continued working (mostly, but unreliably) until recently i tested switching to the confluentinc repo some time...
> Are you doing something tricky with inheritance or metaclasses? guilty, as charged! there is an `abstracts` package for defining Interfaces and Abstractions, and that gets funky with mro >...
@Harsha-Phvr seems to be. We didnt enable for a while, but added recently and all seems to work now
> It might be a good idea to file an issue for this first, in case others want to contribute a fix for it. i proposed a fix as this...
fwiw the target i was hitting this with initally was the envoy docs - which i then debugged and added proposed fix - so pretty certain diagnosis/etc. Are you sure...
if i get some time tomorrow ill try and setup a minimal reproducer
iirc its a case of triggering a workflow on every PR then exiting if its not one that requires an update
adding a shim - ie: ```python import os import sys sys.path += [os.path.dirname(__file__)] ``` works, and is what i have done to workaround, either in our py targets, or for...