about summary refs log tree commit diff
path: root/nixos/tests/graphite.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-07-09 07:07:48 +0000
committerAlyssa Ross <hi@alyssa.is>2022-07-10 09:17:23 +0000
commitada1d87767b8826ea6233952279a1d6c77784bc0 (patch)
tree299de275122e366a421ce8776d2ee3673311c48a /nixos/tests/graphite.nix
parenta42a9a3c5fb2ebd76c16207af9d0eb4c60c385a4 (diff)
python3.pkgs.graphite_beacon: remove
Due to lack of maintenance.  It is not compatible with the default
Python version (due to the tornado 5) dependency, and doesn't look
like it will be any time soon.
Diffstat (limited to 'nixos/tests/graphite.nix')
-rw-r--r--nixos/tests/graphite.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/graphite.nix b/nixos/tests/graphite.nix
index 496f16846ea6a..ce6b667bd3447 100644
--- a/nixos/tests/graphite.nix
+++ b/nixos/tests/graphite.nix
@@ -19,7 +19,6 @@ import ./make-test-python.nix ({ pkgs, ... } :
           };
           carbon.enableCache = true;
           seyren.enable = false;  # Implicitely requires openssl-1.0.2u which is marked insecure
-          beacon.enable = true;
         };
       };
   };
@@ -29,7 +28,6 @@ import ./make-test-python.nix ({ pkgs, ... } :
     one.wait_for_unit("default.target")
     one.wait_for_unit("graphiteWeb.service")
     one.wait_for_unit("graphiteApi.service")
-    one.wait_for_unit("graphite-beacon.service")
     one.wait_for_unit("carbonCache.service")
     # The services above are of type "simple". systemd considers them active immediately
     # even if they're still in preStart (which takes quite long for graphiteWeb).