python3Packages.test2ref: 1.1.1 -> 1.2.3

This commit is contained in:
R. Ryantm
2026-04-27 14:57:12 +00:00
committed by Gaetan Lepage
parent 5bae415e92
commit 6f0b9f1f14
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "test2ref";
version = "1.1.1";
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "nbiotcloud";
repo = "test2ref";
tag = "v${version}";
hash = "sha256-Lo0rXKpiXGZle6X2f2Zofc/ihzAqruDyKNP4wp2jqv4=";
hash = "sha256-20vE6o8yKphKxlfGo+lBZ1VlKyCVlNawlMYVcj4JAtY=";
};
build-system = [
@@ -35,6 +35,14 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# AssertionError:
#  Only in /build/pytest-of-nixbld/pytest-0/test_known0/ref: file0.txt
# Only in /build/pytest-of-nixbld/pytest-0/test_known0/ref: sub0
# Reported upstream: https://github.com/nbiotcloud/test2ref/issues/36
"test_known"
];
meta = {
description = "Testing Against Learned Reference Data";
homepage = "https://github.com/nbiotcloud/test2ref";