tests: remove pkgsUnstable
The latest nixpkgs-unstable update would require node-based packages to distinguish between stable and unstable when building. Instead of dealing with that complexity, we will only guarantee compatability of our packages with stable.
This commit is contained in:
@@ -246,10 +246,6 @@ vmTestNixExpr() {
|
||||
EOF
|
||||
}
|
||||
|
||||
pkgsUnstable() {
|
||||
doBuild pkgs-unstable "$scriptDir/pkgs-unstable.nix"
|
||||
}
|
||||
|
||||
# A basic subset of tests to keep the total runtime within
|
||||
# manageable bounds (<4 min on desktop systems).
|
||||
# These are also run on the CI server.
|
||||
@@ -257,7 +253,6 @@ basic() {
|
||||
scenario=default buildTest "$@"
|
||||
scenario=netns buildTest "$@"
|
||||
scenario=netnsRegtest buildTest "$@"
|
||||
pkgsUnstable
|
||||
}
|
||||
|
||||
# All tests that only consist of building a nix derivation.
|
||||
|
||||
Reference in New Issue
Block a user