Commit cc90b03c authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.jupyterlab-server: remove jupyterlab_server.pytest_plugin from import checks

Allows to override the package with `doCheck = false`
parent 0eac31b7
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;
  };
}