Commit 127f3951 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.sqlmodel: format with nixfmt

parent 0a2cb533
Loading
Loading
Loading
Loading
+14 −17
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, dirty-equals
, fastapi
, fetchFromGitHub
, pdm-backend
, pydantic
, pytest-asyncio
, pytest7CheckHook
, pythonOlder
, sqlalchemy
{
  lib,
  buildPythonPackage,
  dirty-equals,
  fastapi,
  fetchFromGitHub,
  pdm-backend,
  pydantic,
  pytest-asyncio,
  pytest7CheckHook,
  pythonOlder,
  sqlalchemy,
}:

buildPythonPackage rec {
@@ -25,9 +26,7 @@ buildPythonPackage rec {
    hash = "sha256-2ens+wEFJThccBTBeBy8j1AzKJtebg3dJTGG6+Cpt+Q=";
  };

  build-system = [
    pdm-backend
  ];
  build-system = [ pdm-backend ];

  dependencies = [
    pydantic
@@ -41,9 +40,7 @@ buildPythonPackage rec {
    pytest7CheckHook
  ];

  pythonImportsCheck = [
    "sqlmodel"
  ];
  pythonImportsCheck = [ "sqlmodel" ];

  disabledTests = [
    # AssertionError: assert 'enum_field VARCHAR(1)