Unverified Commit 9e98452a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.django-mcp-server: fix pythonImportsCheck, removed unused input (#418043)

parents 1ca58582 b5aeb79d
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -8,11 +8,6 @@
  mcp,
  uritemplate,
  poetry-core,
  pytestCheckHook,
  pytest,
  httpx,
  asgiref,
  anyio,
}:

buildPythonPackage rec {
@@ -42,7 +37,7 @@ buildPythonPackage rec {
    export DJANGO_SETTINGS_MODULE=mcpexample.mcpexample.settings
  '';

  pythonImportsCheck = "mcp_server";
  pythonImportsCheck = [ "mcp_server" ];

  doCheck = false; # Needs to run both test server and client simultaneously