From 392207349bde1e12dff22ce5bff7caa2ca46c799 Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Mon, 8 Jun 2020 08:19:55 -0500
Subject: [PATCH] Remove meta data from sky map test

---
 test/gw_plot_test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/gw_plot_test.py b/test/gw_plot_test.py
index 336bdd73..d58b2c14 100644
--- a/test/gw_plot_test.py
+++ b/test/gw_plot_test.py
@@ -117,7 +117,6 @@ class TestCBCResult(unittest.TestCase):
 
         expected_keys = {
             "HISTORY",
-            "build_date",
             "creator",
             "distmean",
             "diststd",
@@ -126,7 +125,6 @@ class TestCBCResult(unittest.TestCase):
             "nest",
             "objid",
             "origin",
-            "vcs_revision",
             "vcs_version",
             "instruments",
         }
-- 
GitLab