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 14, 2024
1 parent d4246a0 commit aee8b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace hikari/_about.py \
--replace-fail "__git_sha1__: typing.Final[str] = \"HEAD\"" "__git_sha1__: typing.Final[str] = \"$(cat $src/COMMIT)\""
substituteInPlace pyproject.toml \
--replace-fail "asyncio_default_fixture_loop_scope = \"func\"" ""
'';

meta = {
Expand Down

0 comments on commit aee8b7f

Please sign in to comment.