-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flakey CI errors #367
Comments
I really need to dig into the install step and see if we can get a reproducible set of dependencies (in the pyodide runtime!) installed. The "good" runs are not picking up |
Oh well spotted on the cause of the error there. So I assume there's at least some version of pytest-asyncio that'll get the tests to pass? Then it's just a matter of getting the Pyodide build to use pinned deps, I seem to remember you had an idea for that? |
Not sure about that... it might be that it's going to be some future version... if I remember rightly the deprecation warning we see in #334 is because |
Oh how curious! Well |
It's only a hunch, but my gut tells me there's something funny going on with how the pyodide runtime installs dependencies since it uses micropip rather than pip.
Probably... worst case we end up skipping some tests cases that in theory at least be run in that environment. But having something run reliably is probably an improvement overall? |
That seems like a reasonable hunch, Yeah exactly, the fact that we have any tests running against Pyodide is great! |
What do you think about disabling this test for now? I still don't think Github Actions have something like an |
I think it makes sense to disable it, not sure if |
Closed by #509 |
Pyodide
This might just be temporary, but for the record the error is:
Poetry Windows 3.12 installation
D:\a\_actions\snok\install-poetry\v1/main.sh: line 36: poetry: command not found
The text was updated successfully, but these errors were encountered: