From 2e14a3367e6349e9c9a1c9ffce249031faaff8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 5 Feb 2019 14:23:48 +0100 Subject: [PATCH] chg: Bump misp-galaxy --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- pymispgalaxies/data/misp-galaxy | 2 +- tests/tests.py | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 5c80295..cc540a3 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ verify_ssl = true coveralls = "*" codecov = "*" jsonschema = "*" +nose = "*" [packages] pymispgalaxies = {editable = true,path = "."} diff --git a/Pipfile.lock b/Pipfile.lock index ae55682..d50fa55 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ab0a23d60278e766112f9d07ee1a1f7b446293e9e9d7c19762598baa04fb0e36" + "sha256": "0fcd71c6a32074302df9734b9c3138fb602fbc3ae038900db73ad01ac7540219" }, "pipfile-spec": 6, "requires": { @@ -109,6 +109,15 @@ "index": "pypi", "version": "==2.6.0" }, + "nose": { + "hashes": [ + "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac", + "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a", + "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98" + ], + "index": "pypi", + "version": "==1.3.7" + }, "requests": { "hashes": [ "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e", diff --git a/pymispgalaxies/data/misp-galaxy b/pymispgalaxies/data/misp-galaxy index a72cba0..ee96739 160000 --- a/pymispgalaxies/data/misp-galaxy +++ b/pymispgalaxies/data/misp-galaxy @@ -1 +1 @@ -Subproject commit a72cba0470dc0993e492d44effe50b5eb170bd0f +Subproject commit ee967395b03eac3e109e471e02562eea60237ac8 diff --git a/tests/tests.py b/tests/tests.py index 576702c..a238fa2 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -55,6 +55,7 @@ class TestPyMISPGalaxies(unittest.TestCase): clusters_from_files[cluster['name']] = cluster for name, c in self.clusters.items(): out = c.to_dict() + print(name, c.name) self.assertCountEqual(out, clusters_from_files[c.name]) def test_validate_schema_clusters(self):