Merge pull request #291336 from r-ryantm/auto-update/python312Packages.sanic-testing

python312Packages.sanic-testing: 23.6.0 -> 23.12.0

authored by Weijia Wang and committed by GitHub 799217f8 52f5a5b8

+5 -3
+2 -2
pkgs/development/python-modules/sanic-testing/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sanic-testing"; 13 - version = "23.6.0"; 13 + version = "23.12.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "sanic-org"; 20 20 repo = "sanic-testing"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-WDiEuve9P9fLHxpK0UjxhbZUmWXtP+DV7e6OT19TASs="; 22 + hash = "sha256-pFsGB0QDeO/iliHOitHqBIQtDlwRgFg8nhgMLsopoec="; 23 23 }; 24 24 25 25 outputs = [
+3 -1
pkgs/development/python-modules/sanic-testing/tests.nix
··· 1 1 { buildPythonPackage 2 - , sanic-testing 3 2 , pytest-asyncio 4 3 , pytestCheckHook 4 + , sanic-testing 5 + , setuptools 5 6 }: 6 7 7 8 buildPythonPackage { ··· 18 19 pytest-asyncio 19 20 pytestCheckHook 20 21 sanic-testing 22 + setuptools 21 23 ]; 22 24 23 25 pythonImportsCheck = [