mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
pypy: Disable broken test on 3.x.
This commit is contained in:
parent
8488e205a1
commit
edd5555029
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user