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

python312Packages.sanic-testing: 23.6.0 -> 23.12.0
This commit is contained in:
Weijia Wang
2024-03-07 15:28:30 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sanic-testing";
version = "23.6.0";
version = "23.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sanic-org";
repo = "sanic-testing";
rev = "refs/tags/v${version}";
hash = "sha256-WDiEuve9P9fLHxpK0UjxhbZUmWXtP+DV7e6OT19TASs=";
hash = "sha256-pFsGB0QDeO/iliHOitHqBIQtDlwRgFg8nhgMLsopoec=";
};
outputs = [
@@ -1,7 +1,8 @@
{ buildPythonPackage
, sanic-testing
, pytest-asyncio
, pytestCheckHook
, sanic-testing
, setuptools
}:
buildPythonPackage {
@@ -18,6 +19,7 @@ buildPythonPackage {
pytest-asyncio
pytestCheckHook
sanic-testing
setuptools
];
pythonImportsCheck = [