summaryrefslogtreecommitdiff
path: root/grc/tests/test_compiler.py
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2020-01-09 01:28:06 +0200
committerMartin Braun <martin.braun@ettus.com>2020-01-10 21:24:10 -0800
commit5d87500892d128cbeb10fe52936ddafcccc22770 (patch)
treef25c92117098ad39b6edee1647b2dbdace9d3d7e /grc/tests/test_compiler.py
parent788dbc5022890e312a5e16a2a18a7df7237a75a6 (diff)
grc: Set GRC_BLOCKS_PATH to the local blocks directory
Remove expected failures from 3 tests
Diffstat (limited to 'grc/tests/test_compiler.py')
-rw-r--r--grc/tests/test_compiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/tests/test_compiler.py b/grc/tests/test_compiler.py
index b47209d477..601b00897d 100644
--- a/grc/tests/test_compiler.py
+++ b/grc/tests/test_compiler.py
@@ -25,7 +25,6 @@ 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(),