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