harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0
This commit is contained in:
parent
27ce43e082
commit
bd713ce01b
@ -5,19 +5,20 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
glibcLocales,
|
glibcLocales,
|
||||||
|
versionCheckHook,
|
||||||
withPostgresAdapter ? true,
|
withPostgresAdapter ? true,
|
||||||
withBigQueryAdapter ? true,
|
withBigQueryAdapter ? true,
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "harlequin";
|
pname = "harlequin";
|
||||||
version = "1.25.2-unstable-2024-12-30";
|
version = "2.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tconbeer";
|
owner = "tconbeer";
|
||||||
repo = "harlequin";
|
repo = "harlequin";
|
||||||
rev = "7ef5327157c7617c1032c9128b487b32d1c91fea";
|
tag = "v${version}";
|
||||||
hash = "sha256-QoIjEfQgN6YWDDor4PxfeFkkFGAidUC0ZvHy+PqgnWs=";
|
hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@ -65,15 +66,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeCheckInputs =
|
nativeCheckInputs = with python3Packages; [
|
||||||
[
|
pytest-asyncio
|
||||||
# FIX: restore on next release
|
pytestCheckHook
|
||||||
# versionCheckHook
|
versionCheckHook
|
||||||
]
|
];
|
||||||
++ (with python3Packages; [
|
|
||||||
pytest-asyncio
|
|
||||||
pytestCheckHook
|
|
||||||
]);
|
|
||||||
|
|
||||||
disabledTests =
|
disabledTests =
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user