Unverified Commit 6846ab20 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.bees: migrate to runTest (#395794)

parents 2b2c5ea3 6a1662f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ in
  bazarr = runTest ./bazarr.nix;
  bcachefs = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix;
  beanstalkd = runTest ./beanstalkd.nix;
  bees = handleTest ./bees.nix { };
  bees = runTest ./bees.nix;
  benchexec = handleTest ./benchexec.nix { };
  binary-cache = runTest {
    imports = [ ./binary-cache.nix ];
+64 −66
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ lib, pkgs, ... }:
{
  name = "bees";
@@ -71,4 +70,3 @@ import ./make-test-python.nix (
      )
    '';
}
)