Ruth Comer
Ruth Comer
Does the issue persist since you bumped the version?
I think you just need to update the version of the action you are using. The option was only added at [v5.1](https://github.com/actions/stale/releases/tag/v5.1.0) and your logs show [`close-issue-reason` as an unexpected...
Thank you @echang49!
Matplotlib has [triage_tests.py](https://github.com/matplotlib/matplotlib/blob/main/tools/triage_tests.py), which I think is a similar idea (though they are accepting/rejecting new images rather than hashes).
If I have understood, `loadscope` relies on the string generated by `pytest` to determine how to group the tests. https://github.com/pytest-dev/pytest-xdist/blob/61132777f8d85f7e03837684fbbdb41cb4f9c486/src/xdist/scheduler/loadscope.py#L270-L292 So to get this to work, I think we would...
@xunzhou that seems promising for the parametrized class case discussed above, but would it also modify cases where an individual method on a class is parametrized?
I was thinking something like ```python class TestClass1: @pytest.mark.parametrize('param', ["foo", "bar"]) def test_case(self, param): pass ``` and I would expect both the "foo" and "bar" test to go to the...
I had a go at updating the version in #368. It seems to work but I have not understood much...
> But it does raise the question how important this is, going forward. I wonder how many users even know it exists, as it does not seem to be mentioned...
@trexfeathers I don't see it in the [legacy docs](https://scitools.org.uk/cf-units/docs/v2.0/) either, so I'm not convinced it's your fault.