summaryrefslogtreecommitdiff
path: root/tests/run/test_named_expressions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/test_named_expressions.py')
-rw-r--r--tests/run/test_named_expressions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/run/test_named_expressions.py b/tests/run/test_named_expressions.py
index 28147319b..b3e2eb980 100644
--- a/tests/run/test_named_expressions.py
+++ b/tests/run/test_named_expressions.py
@@ -1,12 +1,10 @@
# mode: run
-# tag: pure38, no-cpp
+# tag: pure3.8, no-cpp
# copied from cpython with minimal modifications (mainly exec->cython_inline, and a few exception strings)
# This is not currently run in C++ because all the cython_inline compilations fail for reasons that are unclear
-# FIXME pure38 seems to be ignored
# cython: language_level=3
-import os
import unittest
import cython
from Cython.Compiler.Main import CompileError