Skip to content

Commit 5ed1aee

Browse files
committedDec 20, 2016
python/pypillowfight: Disable tests entirely
This is getting entirely different results on i686-linux: https://hydra.nixos.org/build/45122757/nixlog/6/raw According to @jflesch the reference system these tests are built for is Debian GNU/Linux (possibly only x86_64-linux I guess): openpaperwork/libpillowfight#2 (comment) So let's disable them until they're more deterministic and less platform/distro-specific. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
1 parent d7e342d commit 5ed1aee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

Diff for: ‎pkgs/top-level/python-packages.nix

+3-6
Original file line numberDiff line numberDiff line change
@@ -8870,12 +8870,9 @@ in {
88708870
sha256 = "1rwmajsy9qhl3qhhy5mw0xmr3n8abxcq8baidpn0sxv6yjg2369z";
88718871
};
88728872

8873-
# Disable certain tests. Reported upstream at:
8874-
# https://github.com/jflesch/libpillowfight/issues/2
8875-
postPatch = ''
8876-
sed -i -e '/test_\(all_2\|ace\)/i \ @unittest.expectedFailure' \
8877-
tests/tests_ace.py tests/tests_all.py
8878-
'';
8873+
# Disable tests because they're designed to only work on Debian:
8874+
# https://github.com/jflesch/libpillowfight/issues/2#issuecomment-268259174
8875+
doCheck = false;
88798876

88808877
# Python 2.x is not supported, see:
88818878
# https://github.com/jflesch/libpillowfight/issues/1

0 commit comments

Comments
 (0)