Skip to content

Commit a964b20

Browse files
Update functional test output
1 parent 58092f5 commit a964b20

8 files changed

+4
-11
lines changed

tests/functional/a/alternative/alternative_union_syntax_error.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
unsupported-binary-operation:22:8:22:30::unsupported operand type(s) for |:INFERENCE
22
unsupported-binary-operation:23:7:23:35::unsupported operand type(s) for |:INFERENCE
33
unsupported-binary-operation:25:23:25:33::unsupported operand type(s) for |:INFERENCE
4-
unsupported-binary-operation:26:6:26:22::unsupported operand type(s) for |:INFERENCE
5-
unsupported-binary-operation:26:6:26:15::unsupported operand type(s) for |:INFERENCE
64
unsupported-binary-operation:27:6:27:34::unsupported operand type(s) for |:INFERENCE
75
unsupported-binary-operation:28:18:28:46::unsupported operand type(s) for |:INFERENCE
86
unsupported-binary-operation:31:23:31:32::unsupported operand type(s) for |:INFERENCE

tests/functional/d/deprecated/deprecated_methods_py39.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/functional/d/deprecated/deprecated_methods_py39.rc

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/functional/d/deprecated/deprecated_methods_py39.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Test deprecated modules from Python 3.9."""
22
# pylint: disable=unused-import
33

4-
import binhex # [deprecated-module]
4+
import binhex # [deprecated-module, import-error]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
deprecated-module:4:0:4:13::Deprecated module 'binhex':UNDEFINED
2+
import-error:4:0:4:13::Unable to import 'binhex':UNDEFINED

tests/functional/d/deprecated/deprecated_module_py39_earlier_pyversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
# pylint: disable=unused-import
55

6-
import binhex # [deprecated-module]
6+
import binhex # [deprecated-module, import-error]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
deprecated-module:6:0:6:13::Deprecated module 'binhex':UNDEFINED
2+
import-error:6:0:6:13::Unable to import 'binhex':UNDEFINED

0 commit comments

Comments
 (0)