@@ -228,7 +228,7 @@ in
|
||||
babeld = runTest ./babeld.nix;
|
||||
bazarr = runTest ./bazarr.nix;
|
||||
bcachefs = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix;
|
||||
beanstalkd = handleTest ./beanstalkd.nix { };
|
||||
beanstalkd = runTest ./beanstalkd.nix;
|
||||
bees = handleTest ./bees.nix { };
|
||||
benchexec = handleTest ./benchexec.nix { };
|
||||
binary-cache = handleTest ./binary-cache.nix { compression = "zstd"; };
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
let
|
||||
pythonEnv = pkgs.python3.withPackages (p: [ p.beanstalkc ]);
|
||||
|
||||
produce = pkgs.writeScript "produce.py" ''
|
||||
@@ -24,8 +23,8 @@ import ./make-test-python.nix (
|
||||
job.delete()
|
||||
'';
|
||||
|
||||
in
|
||||
{
|
||||
in
|
||||
{
|
||||
name = "beanstalkd";
|
||||
meta.maintainers = [ lib.maintainers.aanderse ];
|
||||
|
||||
@@ -48,5 +47,4 @@ import ./make-test-python.nix (
|
||||
"${consume}"
|
||||
)
|
||||
'';
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user