Unverified Commit 799217f8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python312Packages.sanic-testing: 23.6.0 -> 23.12.0
parents 52f5a5b8 73e91300
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+3 −1
Original line number Diff line number Diff line
{ buildPythonPackage
, sanic-testing
, pytest-asyncio
, pytestCheckHook
, sanic-testing
, setuptools
}:

buildPythonPackage {
@@ -18,6 +19,7 @@ buildPythonPackage {
    pytest-asyncio
    pytestCheckHook
    sanic-testing
    setuptools
  ];

  pythonImportsCheck = [