nixos/graphite: unmark test as broken

This commit is contained in:
Jamie McClymont 2020-06-29 21:38:44 +12:00
parent 2f5255149a
commit 3c8762de8e

View file

@ -1,11 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... } : import ./make-test-python.nix ({ pkgs, ... } :
{ {
name = "graphite"; name = "graphite";
meta = {
# Fails on dependency `python-2.7-Twisted`'s test suite
# complaining `ImportError: No module named zope.interface`.
broken = true;
};
nodes = { nodes = {
one = one =
{ ... }: { { ... }: {