Skip to content

Commit f278e7f

Browse files
committed
python3Packages.hikari: fix build
Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml
1 parent d4246a0 commit f278e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/hikari/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ buildPythonPackage rec {
6363
postPatch = ''
6464
substituteInPlace hikari/_about.py \
6565
--replace-fail "__git_sha1__: typing.Final[str] = \"HEAD\"" "__git_sha1__: typing.Final[str] = \"$(cat $src/COMMIT)\""
66+
# XXX: Remove once pytest-asyncio is updated to 0.24+
67+
substituteInPlace pyproject.toml \
68+
--replace-fail "asyncio_default_fixture_loop_scope = \"func\"" ""
6669
'';
6770

6871
meta = {

0 commit comments

Comments
 (0)