summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r--tests/test_basic_api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index 99d56bb5..7d08c05e 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -64,9 +64,6 @@ def test_lexer_classes(cls):
@pytest.mark.parametrize('cls', lexers._iter_lexerclasses(plugins=False))
def test_random_input(cls):
- if cls.name in ['XQuery', 'Opa', 'Zephir']: # XXX temporary
- return
-
inst = cls()
try:
tokens = list(inst.get_tokens(test_content))