Erick Daniszewski

Results 48 comments of Erick Daniszewski

thanks for the issue and offending code sample. I'll dig into this later today and see what I can figure out

What version of pylint are you using? I've tried reproducing this on some of my larger projects with different values set for the number of pylint jobs and haven't been...

Yeah, the behavior is weird. Usually, running a single command seems to refresh the credentials, but not always, in which case I usually have to wait until they expire again,...

this is still an issue. the workaround still works, even if its inconvenient. I did put some stuff together which I think should fix it but that gave me some...

Thanks for opening this feature request -- I think this sounds like a pretty sweet idea. Admittedly, I haven't used different api clients in this manner before, so I'll need...

do each of your test cases run in its own runtime-provisioned cluster? Hacking something together with `pytest_collection_modifyitems` seems like it could work, but I think I don't understand the use...

After thinking about this a little more, I suppose one thing that could work is to allow a client to be set on the TestClient object (returned via the `kubetest`...

Check out https://github.com/vapor-ware/kubetest/pull/144 -- I believe that should implement this feature in the most basic way. Let me know what you think!

Thanks for opening up the issue -- sorry I didn't get to it sooner. This definitely seems like something that can be implemented. The approach you suggested seems like it...

Hi, thanks for opening an issue. `kubetest` is a [pytest](https://docs.pytest.org/en/latest/) plugin, so its intended to be run for tests run with pytest. I don't believe pytest has a notion of...