Loading pkgs/development/python-modules/disnake/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ typing-extensions, libopus, pynacl, pytestCheckHook, pytest-asyncio, looptime, withVoice ? true, ffmpeg, }: Loading Loading @@ -42,8 +45,16 @@ buildPythonPackage rec { --replace-fail 'executable: str = "ffmpeg"' 'executable: str="${ffmpeg}/bin/ffmpeg"' ''; # Only have integration tests with discord doCheck = false; nativeCheckInputs = [ pytestCheckHook pytest-asyncio looptime ]; pytestFlags = [ # DeprecationWarning: There is no current event loop "-Wignore::DeprecationWarning" ]; pythonImportsCheck = [ "disnake" Loading Loading
pkgs/development/python-modules/disnake/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ typing-extensions, libopus, pynacl, pytestCheckHook, pytest-asyncio, looptime, withVoice ? true, ffmpeg, }: Loading Loading @@ -42,8 +45,16 @@ buildPythonPackage rec { --replace-fail 'executable: str = "ffmpeg"' 'executable: str="${ffmpeg}/bin/ffmpeg"' ''; # Only have integration tests with discord doCheck = false; nativeCheckInputs = [ pytestCheckHook pytest-asyncio looptime ]; pytestFlags = [ # DeprecationWarning: There is no current event loop "-Wignore::DeprecationWarning" ]; pythonImportsCheck = [ "disnake" Loading