mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
flatpak-builder: skip tests that depend on python2
This commit is contained in:
parent
eed5d735b4
commit
9fc087f39c
@ -80,7 +80,9 @@ in stdenv.mkDerivation rec {
|
||||
# this on our patch for Flatpak 0.99.
|
||||
(substituteAll {
|
||||
src = ./fix-test-paths.patch;
|
||||
inherit glibcLocales python2;
|
||||
inherit glibcLocales;
|
||||
# FIXME use python3 for tests that rely on python2
|
||||
# inherit python2;
|
||||
})
|
||||
];
|
||||
|
||||
@ -137,7 +139,7 @@ in stdenv.mkDerivation rec {
|
||||
installedTestsDependencies = [
|
||||
gnupg
|
||||
ostree
|
||||
python2
|
||||
# FIXME python2
|
||||
gnumake
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user