Unverified Commit bd713ce0 authored by pcboy's avatar pcboy
Browse files

harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0

parent 27ce43e0
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
@@ -5,19 +5,20 @@
  fetchFromGitHub,
  nix-update-script,
  glibcLocales,
  versionCheckHook,
  withPostgresAdapter ? true,
  withBigQueryAdapter ? true,
}:
python3Packages.buildPythonApplication rec {
  pname = "harlequin";
  version = "1.25.2-unstable-2024-12-30";
  version = "2.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tconbeer";
    repo = "harlequin";
    rev = "7ef5327157c7617c1032c9128b487b32d1c91fea";
    hash = "sha256-QoIjEfQgN6YWDDor4PxfeFkkFGAidUC0ZvHy+PqgnWs=";
    tag = "v${version}";
    hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI=";
  };

  pythonRelaxDeps = [
@@ -65,15 +66,11 @@ python3Packages.buildPythonApplication rec {
    export HOME=$(mktemp -d)
  '';

  nativeCheckInputs =
    [
      # FIX: restore on next release
      # versionCheckHook
    ]
    ++ (with python3Packages; [
  nativeCheckInputs = with python3Packages; [
    pytest-asyncio
    pytestCheckHook
    ]);
    versionCheckHook
  ];

  disabledTests =
    [