Unverified Commit f83811b9 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.jupyterlab-server: remove jupyterlab_server.pytest_plugin...

python312Packages.jupyterlab-server: remove jupyterlab_server.pytest_plugin from import checks (#360165)
parents 65b194bc cc90b03c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -79,16 +79,15 @@ buildPythonPackage rec {

  pythonImportsCheck = [
    "jupyterlab_server"
    "jupyterlab_server.pytest_plugin"
  ];

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
  meta = {
    description = "Set of server components for JupyterLab and JupyterLab like applications";
    homepage = "https://github.com/jupyterlab/jupyterlab_server";
    changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md";
    license = licenses.bsd3;
    license = lib.licenses.bsd3;
    maintainers = lib.teams.jupyter.members;
  };
}