Anthony Sottile

Results 862 comments of Anthony Sottile

no tests but it works :) ![image](https://github.com/user-attachments/assets/6fbaebda-1b2f-41ad-ad64-e55060d0c964)

there's now a slightly better workaround using [deadsnakes/action](https://github.com/deadsnakes/action)

@ncoghlan the only public use I know of `setuptools-golang` is https://github.com/asottile/dockerfile

so there's a bit of an annoying side-effect of this patch. at least on ubuntu 24.04 importing `readline` has a _silent_ side-effect of adding the `COLUMNS` and `LINES` environment variables...

Personally I'd rather default to xdg instead of needing to add .cache to the gitignore in every one of my projects

Maybe introducing the cache plugin defaulted to on should have been in 3.0 too :/

I've always found this a little confusing as well but it's also nearly impossible to fix. The "Full diff" that pytest prints here is essentially just a diff of the...

It does do that for dictionaries, though for OP's case the differ is looking at a list of objects. ``` ____________________________________ test2 _____________________________________ def test2(): > assert {'a': mock.ANY, 'b':...

unfortunately neither Chris nor I work at yelp any more so it might be unmaintained