python314Packages.txi2p-tahoe: disable on python 3.14

194/263 tests fail on python 3.14
This commit is contained in:
Sarah Clark
2026-01-26 08:47:37 -08:00
parent 90e0b24f27
commit a0bb023056
@@ -2,17 +2,17 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
setuptools,
setuptools-scm,
parsley,
twisted,
python,
twisted,
}:
buildPythonPackage rec {
pname = "txi2p-tahoe";
version = "0.3.7";
pyproject = true;
src = fetchFromGitHub {
@@ -22,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-u/IOhxK9jWC/tTKKLsc4PexbCuki+yEtMNw7LuQKmuk=";
};
# 194/263 tests fail on python 3.14
# https://github.com/tahoe-lafs/txi2p/issues/10
disabled = pythonAtLeast "3.14";
nativeBuildInputs = [
setuptools
setuptools-scm