From 5af82d139cd686475be35cc729002c73f59ae92f Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 20 Mar 2019 10:50:54 +0100 Subject: [PATCH] [test][bcp] Use simplejson --- beat/core/test/test_bcp.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/beat/core/test/test_bcp.py b/beat/core/test/test_bcp.py index 3d27ef07..5fe5702e 100644 --- a/beat/core/test/test_bcp.py +++ b/beat/core/test/test_bcp.py @@ -37,14 +37,13 @@ # Tests for experiment execution import os -import json - import unittest import multiprocessing import queue - import zmq +import simplejson as json + from ..bcpapi import BCP from ..bcpapi.client import BeatComputationClient from ..bcpapi.execution import ExecutionProcess -- GitLab