python314Packages.pywebcopy: disable failing test

Segfault locally with 7.1
This commit is contained in:
Fabian Affolter
2026-05-09 16:45:31 +02:00
parent 9dae218b4c
commit ee2fd75ab2
@@ -37,6 +37,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pywebcopy" ];
disabledTestPaths = [
# Segfault
"pywebcopy/tests/test_iterparser.py"
];
meta = {
changelog = "https://github.com/rajatomar788/pywebcopy/blob/master/docs/changelog.md";
description = "Python package for cloning complete webpages and websites to local storage";