-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
python312Packages.hikari: fix build #355886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, though I'm hesitant to make this the long-term fix.
Further investigation at a later date would be appreciated (though I'm fine with this being merged as-is): Do we know why this occurs?
I think I may be able to make the change smaller, but I have to go sleep and will look at this tomorrow if I have time |
This occurs because our pytest-asyncio is outdated. asyncio_default_fixture_loop_scope was introduced in 0.24, but we are on 0.23.6. I think the proper fix is to update that package instead. Thoughts? |
Seems like that pr was already created a while ago #336640. but it seems to have other issues so isn't merged yet. Until it is this would resolve the issue with hikari |
Considering the above PR has stalled, I'd say this is okay to merge, provided we revert it once the update is applied. |
agreed, should I add a comment that it should be removed after the pr is merged? |
Yes, that would be ideal ❤️ 🚀 |
Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thanks ❤️
Successfully created backport PR for |
asyncio_default_fixture_loop_scope
from pyproject.tomlZHF: #352882
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.