pypy: Disable broken test on 3.x.

This commit is contained in:
Corbin 2019-02-12 18:47:45 -08:00 committed by Frederik Rietdijk
parent 8488e205a1
commit edd5555029

View file

@ -108,6 +108,9 @@ in with passthru; stdenv.mkDerivation rec {
"test_pathlib"
# disable tarfile because it assumes gid 0 exists
"test_tarfile"
# disable __all__ because of spurious imp/importlib warning and
# warning-to-error test policy
"test___all__"
];
in ''
export TERMINFO="${ncurses.out}/share/terminfo/";