From e05ef84a5bf20f5b01af32a6fa98e71856411612 Mon Sep 17 00:00:00 2001 From: Vasil Velichkov <vvvelichkov@gmail.com> Date: Wed, 4 Sep 2019 01:20:18 +0300 Subject: grc: Mark failing tests with xfail and fix test_extend() --- grc/tests/test_compiler.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'grc/tests/test_compiler.py') diff --git a/grc/tests/test_compiler.py b/grc/tests/test_compiler.py index 27b5670871..b47209d477 100644 --- a/grc/tests/test_compiler.py +++ b/grc/tests/test_compiler.py @@ -17,13 +17,15 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. +import pytest + from argparse import Namespace from os import path import tempfile from grc.compiler import main - +@pytest.mark.xfail(reason="core/platform.py:198 self.blocks['options']) throws KeyError") def test_compiler(capsys): args = Namespace( output=tempfile.gettempdir(), -- cgit v1.2.3