Skip to content

Commit

Permalink
python3Packages.hikari: fix build
Browse files Browse the repository at this point in the history
Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml
  • Loading branch information
itepastra committed Nov 18, 2024
1 parent d4246a0 commit f278e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/hikari/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace hikari/_about.py \
--replace-fail "__git_sha1__: typing.Final[str] = \"HEAD\"" "__git_sha1__: typing.Final[str] = \"$(cat $src/COMMIT)\""
# XXX: Remove once pytest-asyncio is updated to 0.24+
substituteInPlace pyproject.toml \
--replace-fail "asyncio_default_fixture_loop_scope = \"func\"" ""
'';

meta = {
Expand Down

0 comments on commit f278e7f

Please sign in to comment.