From 4c9ce826cbfbd99cff10cc933064f87a13bee4ac Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 16 Sep 2025 15:13:10 +1000 Subject: tests: Remove .py.exp files that match with CPython 3.8.2 or newer. Running the tests now requires CPython 3.8.2 or newer, which was released February 2020 and should be widely available. A few examples of features that were previously not supported by CPython, but which are now: - %-formatting for bytes and bytearray (PEP 461), CPython 3.5 - annotated variables (PEP 526), CPython 3.6 - assignment expressions (PEP 572), CPython 3.8 Note that `basics/fun_code_full.py.exp` is added here because that requires CPython 3.10 or newer. Signed-off-by: Damien George --- tests/basics/async_syntaxerror.py.exp | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/basics/async_syntaxerror.py.exp (limited to 'tests/basics/async_syntaxerror.py.exp') diff --git a/tests/basics/async_syntaxerror.py.exp b/tests/basics/async_syntaxerror.py.exp deleted file mode 100644 index 5275689b4..000000000 --- a/tests/basics/async_syntaxerror.py.exp +++ /dev/null @@ -1,2 +0,0 @@ -SyntaxError -SyntaxError -- cgit v1.2.3