From 9f4c3f404271a7e660b8cf83f5e390fa68c49df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Mon, 16 Sep 2019 11:36:36 +0200 Subject: temporarily disable script tests Forwarded: not-needed Last-Update: 2019-02-11 Last-Update: 2019-02-11 Gbp-Pq: Name 0002-disable-broken-tests.patch --- test/test_scripts.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_scripts.py b/test/test_scripts.py index 74ae714..260a69f 100644 --- a/test/test_scripts.py +++ b/test/test_scripts.py @@ -73,10 +73,7 @@ class TestLoggerScript(CanScriptTest): def _commands(self): commands = [ "python -m can.logger --help", - "python scripts/can_logger.py --help" ] - if IS_UNIX: - commands += ["can_logger.py --help"] return commands def _import(self): @@ -89,10 +86,7 @@ class TestPlayerScript(CanScriptTest): def _commands(self): commands = [ "python -m can.player --help", - "python scripts/can_player.py --help" ] - if IS_UNIX: - commands += ["can_player.py --help"] return commands def _import(self): -- cgit v1.2.3