From 373a06944b4f9bc6280914ffb68e6849fcf998bc Mon Sep 17 00:00:00 2001 From: Carlos Jenkins Date: Wed, 22 Aug 2018 16:35:05 -0600 Subject: [PATCH] fix: dev: Removing speedd daemon from testing because of https://github.com/fopina/pyspeedtest/issues/15 --- test/test_examples.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_examples.py b/test/test_examples.py index c10dd05..27c4441 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -49,7 +49,10 @@ def test_pipelines(name, pipelinedef): @mark.parametrize(['script'], [ ['cpud/cpud.py'], - ['speedd/speedd.py'], + # Aug 22 2018: + # The package pytestspeed is broken. + # https://github.com/fopina/pyspeedtest/issues/15 + # ['speedd/speedd.py'], ]) def test_daemons(script): run(str(examples / script), check=True)