Commit 500bc3e9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.sqlalchemy-mixins: add aiosqlite

parent 2b2a8530
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{
  lib,
  aiosqlite,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
@@ -18,7 +19,7 @@ buildPythonPackage rec {

  src = fetchFromGitHub {
    owner = "absent1706";
    repo = pname;
    repo = "sqlalchemy-mixins";
    rev = "refs/tags/v${version}";
    hash = "sha256-0uB3x7RQSNEq3DyTSiOIGajwPQQEBjXK8HOyuXCNa/E=";
  };
@@ -30,7 +31,10 @@ buildPythonPackage rec {
    sqlalchemy
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [
    aiosqlite
    pytestCheckHook
  ];

  pythonImportsCheck = [ "sqlalchemy_mixins" ];