Skip to content

Commit 6464cb7

Browse files
committed
mailman: disable tests explicitly
1 parent a490d3a commit 6464cb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/servers/mail/mailman/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ buildPythonPackage rec {
7777
# 'runner' scripts.
7878
dontWrapPythonPrograms = true;
7979

80+
# `setup.py check` causes a strange error.
81+
# error: Command '['/nix/store/s6fgyqbk8vn1014daznm5kqx90xdn86x-python3-3.10.13/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp9yk3_jzi', '--quiet', 'flufl.lock>=5.1']' returned non-zero exit status 1.
82+
# There are so many network related errors and it is difficult to run pytestCheckHook.
83+
# (1822 failed, 164 passed, 2 xfailed, 26 warnings, 11 errors)
84+
doCheck = false;
85+
8086
meta = {
8187
homepage = "https://www.gnu.org/software/mailman/";
8288
description = "Free software for managing electronic mail discussion and newsletter lists";

0 commit comments

Comments
 (0)