Quentin Pradet
Quentin Pradet
Thank you @befeleme! 🎉 This is very useful. Now, as you say, someone needs to look into this, eg. by adding commit to this PR or creating a new one...
pytest-trio currently pins pytest to 6.1.2, and the pytest exception looks like it's a recent one, which is probably why the test suite is failing with pytest 6.2.4.
@jgarte Yes, latest pytest is supported in 0.8.0. @kloczek We don't support running our tests outside of our ci.sh script. Closing.
Codecov is broken, I'll have to replace it here too.
@euske Thanks for your recent work on pdfminer pull requests, it's great to see that you managed to merge so many of them! And thank you for all the work...
The main blocker for this issue is migrating to version 8.x of the Python client in https://github.com/elastic/rally/issues/1350 as version 7.14 of the Elasticsearch Python client does not support that API....
@craigtaverner @iverase We released Rally 2.8.0 last month with the 8.x client. Are you still interested in doing that?
Can you maybe write how such an operation would look in a Rally track, so that we can see how difficult it would be to implement? Some runners are only...
Note that `include_empty_fields` is specified to be 8.13 only: https://github.com/elastic/elasticsearch-specification/pull/2413 was not backported. This means Rally has to wait for elasticsearch-py 8.13.0, which should be out some time next month.
@bneijt Thank you for your comment and interest! I indeed stumbled on poetry-lock-package when writing up this issue (thanks to a comment of yours). I think that Poetry does too...