python312Packages.sse-starlette: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 12:25:42 +02:00
parent c3dedbee6f
commit 14447b49fd
1 changed files with 18 additions and 21 deletions

View File

@ -1,18 +1,19 @@
{ lib
, anyio
, asgi-lifespan
, buildPythonPackage
, fastapi
, fetchFromGitHub
, httpx
, pdm-backend
, psutil
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, requests
, starlette
, uvicorn
{
lib,
anyio,
asgi-lifespan,
buildPythonPackage,
fastapi,
fetchFromGitHub,
httpx,
pdm-backend,
psutil,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
requests,
starlette,
uvicorn,
}:
buildPythonPackage rec {
@ -29,9 +30,7 @@ buildPythonPackage rec {
hash = "sha256-gBkEs1jSKIOme2rbLf+pM3jFDgJkxyU92q+GsUsp8Eo=";
};
build-system = [
pdm-backend
];
build-system = [ pdm-backend ];
dependencies = [
anyio
@ -49,9 +48,7 @@ buildPythonPackage rec {
requests
];
pythonImportsCheck = [
"sse_starlette"
];
pythonImportsCheck = [ "sse_starlette" ];
disabledTests = [
# AssertionError