python3Packages.django-mcp-server: fix pythonImportsCheck, removed unused input

This commit is contained in:
aleksana
2025-06-19 11:58:53 +08:00
parent 19a21665d5
commit b5aeb79d8a
@@ -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