summaryrefslogtreecommitdiffstats
path: root/nixos/tests/graphite.nix
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2020-06-29 21:38:44 +1200
committerJamie McClymont <jamie@kwiius.com>2020-06-29 21:42:29 +1200
commit3c8762de8e5b3d67b127572cab2e2670b3c563b9 (patch)
tree41fd655ecfaa5534c552767822ab0b89209350c7 /nixos/tests/graphite.nix
parent2f5255149abe3a634091912ac63cabbed1cc6c81 (diff)
nixos/graphite: unmark test as broken
Diffstat (limited to 'nixos/tests/graphite.nix')
-rw-r--r--nixos/tests/graphite.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/graphite.nix b/nixos/tests/graphite.nix
index 71776a94cbd6..9b97d7b2e25b 100644
--- a/nixos/tests/graphite.nix
+++ b/nixos/tests/graphite.nix
@@ -1,11 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... } :
{
name = "graphite";
- meta = {
- # Fails on dependency `python-2.7-Twisted`'s test suite
- # complaining `ImportError: No module named zope.interface`.
- broken = true;
- };
nodes = {
one =
{ ... }: {