Ryan May

Results 784 comments of Ryan May

Looks like this is caused by Pandas 2. So for a work-around, install pandas

Just kicked them off, thanks for the poke.

This seems like it could be a nice addition. Would you be interested in submitting a PR adding it? My only question is whether yielding from `items()` (so name, `Dataset`...

We definitely need to get Siphon some love here, including fixing up CI and a new release with a handful of fixes. Trying to get a new release of MetPy...

Any chance you can boil that down to a basic matplotlib plot that reproduces the failure? There's a lot of stuff that uses `self` in that example, not to mention...

My way of dealing with this has been: * For PyPI-based installs, make sure you allow matplotlib to download and install its default, internal copy of freetype (this is the...

I like the ini options because it lets me put our standard workflow in `setup.cfg`, and then running our tests is just `pytest` or `python setup.py test`.

I have `mpl-results-path` listed under `[tool:pytest]` currently. I was under the impression that this didn't work until I added the ini section support for it. Am I mistaken?

I didn't know about `addopts`. That seems to work fine for my cases, so I'm ok with removing the direct ini options.

Ok, here's one reservation I have after working with `addopts`. The ini option specific to pytest-mpl is ignored if pytest-mpl isn't installed, whereas the `addopts` is always on. This produces...