diff --git a/pkgs/development/python-modules/pywebcopy/default.nix b/pkgs/development/python-modules/pywebcopy/default.nix index de5fbdcd88e3..d62dffdf3da5 100644 --- a/pkgs/development/python-modules/pywebcopy/default.nix +++ b/pkgs/development/python-modules/pywebcopy/default.nix @@ -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";