Skip to content

Commit

Permalink
python312Packages.sqlmodel: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 30, 2024
1 parent 0a2cb53 commit 127f395
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions pkgs/development/python-modules/sqlmodel/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ 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 {
Expand All @@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-2ens+wEFJThccBTBeBy8j1AzKJtebg3dJTGG6+Cpt+Q=";
};

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

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

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

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

0 comments on commit 127f395

Please sign in to comment.