Closed seifertm closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.08%. Comparing base (
65aa441
) to head (d15c9fc
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for a quick fix! Alas, it didn't fix the bokeh testsuite (at least in my environment).
@MeggyCal Can you provide a small code example that reproduces the issue? Ideally, this should go into a separate issue.
Sorry, not easily, I can try next week. Anyway, it is visible in my project on the openSUSE Buildservice: https://build.opensuse.org/project/show/home:mcalabkova:branches:devel:languages:python:numeric
@MeggyCal A quick look at the logs suggest that the tests due to the following warning:
pytest.PytestWarning: The test […] is marked with '@pytest.mark.asyncio' but it is not an async function. Please remove the asyncio mark. If the test is not marked explicitly, check for global marks applied via 'pytestmark'.
The warning is most likely unrelated to this PR and probably not a bug either, because the warning exists for some time already.
Whether the warning is reasonable or not is an entirely different issue. I'm open for discussing this in a dedicated issue or discussion :)
@seifertm I took a look in the bokeh issues and found out it is a known issue since December: https://github.com/bokeh/bokeh/issues/13578. So it is merely a consequence of openSUSE not upper-bounding dependencies and there's no need to open another issue.
Sorry for the false alarm, I just looked into this repo first and since I saw a fix for a similar-sounding issue, I didn't investigate further and just assumed wrong. Thank you very much for your help!
Thanks for the investigation, @MeggyCal ! I hope that we can get rid of the blockers soon, which prevent users from upgrading from v0.21…
Fixes #813