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
1 changed files with 3 additions and 0 deletions

View File

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