We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4246a0 commit f278e7fCopy full SHA for f278e7f
pkgs/development/python-modules/hikari/default.nix
@@ -63,6 +63,9 @@ buildPythonPackage rec {
63
postPatch = ''
64
substituteInPlace hikari/_about.py \
65
--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\"" ""
69
'';
70
71
meta = {
0 commit comments