Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-parso.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/configmanagement8-common-el8-build-71890-378684/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8b3639b3d38d43969fbbcc83a2558644', '-D', '/var/lib/mock/configmanagement8-common-el8-build-71890-378684/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-parso.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-parso-0.5.1-4.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-parso.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/configmanagement8-common-el8-build-71890-378684/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '584f9575609b4a0aa52ee35949d788f0', '-D', '/var/lib/mock/configmanagement8-common-el8-build-71890-378684/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-parso.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2khY6u + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf parso-0.5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/parso-0.5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd parso-0.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf parso.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VnRiOZ + umask 022 + cd /builddir/build/BUILD + cd parso-0.5.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/parso copying parso/cache.py -> build/lib/parso copying parso/tree.py -> build/lib/parso copying parso/_compatibility.py -> build/lib/parso copying parso/normalizer.py -> build/lib/parso copying parso/grammar.py -> build/lib/parso copying parso/file_io.py -> build/lib/parso copying parso/__init__.py -> build/lib/parso copying parso/utils.py -> build/lib/parso copying parso/parser.py -> build/lib/parso creating build/lib/parso/pgen2 copying parso/pgen2/generator.py -> build/lib/parso/pgen2 copying parso/pgen2/__init__.py -> build/lib/parso/pgen2 copying parso/pgen2/grammar_parser.py -> build/lib/parso/pgen2 creating build/lib/parso/python copying parso/python/diff.py -> build/lib/parso/python copying parso/python/tree.py -> build/lib/parso/python copying parso/python/tokenize.py -> build/lib/parso/python copying parso/python/token.py -> build/lib/parso/python copying parso/python/errors.py -> build/lib/parso/python copying parso/python/prefix.py -> build/lib/parso/python copying parso/python/__init__.py -> build/lib/parso/python copying parso/python/pep8.py -> build/lib/parso/python copying parso/python/parser.py -> build/lib/parso/python running egg_info creating parso.egg-info writing parso.egg-info/PKG-INFO writing dependency_links to parso.egg-info/dependency_links.txt writing requirements to parso.egg-info/requires.txt writing top-level names to parso.egg-info/top_level.txt writing manifest file 'parso.egg-info/SOURCES.txt' reading manifest file 'parso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory '*' writing manifest file 'parso.egg-info/SOURCES.txt' copying parso/python/grammar33.txt -> build/lib/parso/python copying parso/python/grammar36.txt -> build/lib/parso/python copying parso/python/grammar35.txt -> build/lib/parso/python copying parso/python/grammar26.txt -> build/lib/parso/python copying parso/python/grammar38.txt -> build/lib/parso/python copying parso/python/grammar27.txt -> build/lib/parso/python copying parso/python/grammar34.txt -> build/lib/parso/python copying parso/python/grammar37.txt -> build/lib/parso/python + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uM3cHx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch + cd parso-0.5.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/cache.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/tree.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/_compatibility.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/normalizer.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/grammar.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/file_io.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/__init__.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2 copying build/lib/parso/pgen2/generator.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2 copying build/lib/parso/pgen2/__init__.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2 copying build/lib/parso/pgen2/grammar_parser.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2 copying build/lib/parso/utils.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso copying build/lib/parso/parser.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso creating /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar33.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/diff.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar36.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/tree.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/tokenize.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar35.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar26.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar38.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar27.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/token.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/errors.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/prefix.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar34.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/__init__.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/pep8.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/grammar37.txt -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python copying build/lib/parso/python/parser.py -> /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/cache.py to cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/tree.py to tree.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/_compatibility.py to _compatibility.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/normalizer.py to normalizer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/grammar.py to grammar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/file_io.py to file_io.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2/generator.py to generator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/pgen2/grammar_parser.py to grammar_parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/parser.py to parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/diff.py to diff.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/tree.py to tree.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/tokenize.py to tokenize.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/prefix.py to prefix.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/pep8.py to pep8.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso/python/parser.py to parser.cpython-36.pyc writing byte-compilation script '/tmp/tmpinw02c4w.py' /usr/libexec/platform-python /tmp/tmpinw02c4w.py removing /tmp/tmpinw02c4w.py running install_egg_info running egg_info writing parso.egg-info/PKG-INFO writing dependency_links to parso.egg-info/dependency_links.txt writing requirements to parso.egg-info/requires.txt writing top-level names to parso.egg-info/top_level.txt reading manifest file 'parso.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory '*' writing manifest file 'parso.egg-info/SOURCES.txt' Copying parso.egg-info to /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages/parso-0.5.1-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 0.5.1-4.el8 --unique-debug-suffix -0.5.1-4.el8.noarch --unique-debug-src-base python-parso-0.5.1-4.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/parso-0.5.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3ke497 + umask 022 + cd /builddir/build/BUILD + cd parso-0.5.1 + PYTHONPATH=/builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/lib/python3.6/site-packages + py.test-3.6 --verbose ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/libexec/platform-python cachedir: .pytest_cache rootdir: /builddir/build/BUILD/parso-0.5.1, inifile: pytest.ini collecting ... collected 1114 items parso/__init__.py::parso PASSED [ 0%] parso/python/tree.py::parso.python.tree PASSED [ 0%] test/test_absolute_import.py::test_explicit_absolute_imports PASSED [ 0%] test/test_absolute_import.py::test_no_explicit_absolute_imports PASSED [ 0%] test/test_absolute_import.py::test_dont_break_imports_without_namespaces PASSED [ 0%] test/test_cache.py::test_modulepickling_change_cache_dir PASSED [ 0%] test/test_cache.py::test_modulepickling_simulate_deleted_cache PASSED [ 0%] test/test_diff_parser.py::test_simple PASSED [ 0%] test/test_diff_parser.py::test_change_and_undo PASSED [ 0%] test/test_diff_parser.py::test_positions PASSED [ 0%] test/test_diff_parser.py::test_if_simple PASSED [ 0%] test/test_diff_parser.py::test_func_with_for_and_comment PASSED [ 1%] test/test_diff_parser.py::test_one_statement_func PASSED [ 1%] test/test_diff_parser.py::test_for_on_one_line PASSED [ 1%] test/test_diff_parser.py::test_open_parentheses PASSED [ 1%] test/test_diff_parser.py::test_open_parentheses_at_end PASSED [ 1%] test/test_diff_parser.py::test_backslash PASSED [ 1%] test/test_diff_parser.py::test_full_copy PASSED [ 1%] test/test_diff_parser.py::test_wrong_whitespace PASSED [ 1%] test/test_diff_parser.py::test_issues_with_error_leaves PASSED [ 1%] test/test_diff_parser.py::test_unfinished_nodes PASSED [ 1%] test/test_diff_parser.py::test_nested_if_and_scopes PASSED [ 1%] test/test_diff_parser.py::test_word_before_def PASSED [ 2%] test/test_diff_parser.py::test_classes_with_error_leaves PASSED [ 2%] test/test_diff_parser.py::test_totally_wrong_whitespace PASSED [ 2%] test/test_diff_parser.py::test_node_insertion PASSED [ 2%] test/test_diff_parser.py::test_whitespace_at_end PASSED [ 2%] test/test_diff_parser.py::test_endless_while_loop PASSED [ 2%] test/test_diff_parser.py::test_in_class_movements PASSED [ 2%] test/test_diff_parser.py::test_in_parentheses_newlines PASSED [ 2%] test/test_diff_parser.py::test_indentation_issue PASSED [ 2%] test/test_diff_parser.py::test_endmarker_newline PASSED [ 2%] test/test_diff_parser.py::test_newlines_at_end PASSED [ 2%] test/test_diff_parser.py::test_end_newline_with_decorator PASSED [ 3%] test/test_diff_parser.py::test_invalid_to_valid_nodes PASSED [ 3%] test/test_diff_parser.py::test_if_removal_and_reappearence PASSED [ 3%] test/test_diff_parser.py::test_add_error_indentation PASSED [ 3%] test/test_diff_parser.py::test_differing_docstrings PASSED [ 3%] test/test_diff_parser.py::test_one_call_in_function_change PASSED [ 3%] test/test_diff_parser.py::test_function_deletion PASSED [ 3%] test/test_diff_parser.py::test_docstring_removal PASSED [ 3%] test/test_diff_parser.py::test_paren_in_strange_position PASSED [ 3%] test/test_diff_parser.py::test_paren_before_docstring PASSED [ 3%] test/test_diff_parser.py::test_parentheses_before_method PASSED [ 3%] test/test_diff_parser.py::test_indentation_issues PASSED [ 4%] test/test_diff_parser.py::test_error_dedent_issues PASSED [ 4%] test/test_diff_parser.py::test_random_text_insertion PASSED [ 4%] test/test_diff_parser.py::test_many_nested_ifs PASSED [ 4%] test/test_diff_parser.py::test_with_and_funcdef_in_call[] PASSED [ 4%] test/test_diff_parser.py::test_with_and_funcdef_in_call[async ] PASSED [ 4%] test/test_diff_parser.py::test_wrong_backslash PASSED [ 4%] test/test_diff_parser.py::test_comment_change PASSED [ 4%] test/test_diff_parser.py::test_random_unicode_characters PASSED [ 4%] test/test_diff_parser.py::test_dedent_end_positions PASSED [ 4%] test/test_diff_parser.py::test_special_no_newline_ending PASSED [ 4%] test/test_diff_parser.py::test_random_character_insertion PASSED [ 5%] test/test_diff_parser.py::test_import_opening_bracket PASSED [ 5%] test/test_diff_parser.py::test_opening_bracket_at_end PASSED [ 5%] test/test_diff_parser.py::test_all_sorts_of_indentation PASSED [ 5%] test/test_diff_parser.py::test_dont_copy_dedents_in_beginning PASSED [ 5%] test/test_diff_parser.py::test_dont_copy_error_leaves PASSED [ 5%] test/test_diff_parser.py::test_error_dedent_in_between PASSED [ 5%] test/test_diff_parser.py::test_some_other_indentation_issues PASSED [ 5%] test/test_diff_parser.py::test_open_bracket_case1 PASSED [ 5%] test/test_diff_parser.py::test_open_bracket_case2 PASSED [ 5%] test/test_diff_parser.py::test_some_weird_removals PASSED [ 5%] test/test_diff_parser.py::test_async_copy PASSED [ 6%] test/test_error_recovery.py::test_with_stmt PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[2.6] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[2.7] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.3] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.4] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.5] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.6] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.7] PASSED [ 6%] test/test_error_recovery.py::test_one_line_function[3.8] PASSED [ 6%] test/test_error_recovery.py::test_if_else PASSED [ 6%] test/test_error_recovery.py::test_if_stmt PASSED [ 7%] test/test_error_recovery.py::test_invalid_token PASSED [ 7%] test/test_error_recovery.py::test_invalid_token_in_fstr PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[2.6] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[2.7] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.3] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.4] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.5] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.6] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.7] PASSED [ 7%] test/test_file_python_errors.py::test_on_itself[3.8] PASSED [ 7%] test/test_fstring.py::test_valid[f"{1}"] PASSED [ 7%] test/test_fstring.py::test_valid[f"""{1}"""] PASSED [ 8%] test/test_fstring.py::test_valid[f"{foo} {bar}"] PASSED [ 8%] test/test_fstring.py::test_valid[f""] PASSED [ 8%] test/test_fstring.py::test_valid[f""""""] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1:}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1!a}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1!a:1}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1:1}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1:1.{32}}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{1::>4}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{x:{y}}"] PASSED [ 8%] test/test_fstring.py::test_valid[f"{x:{y:}}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{x:{y:1}}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{{}}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{{{1}}}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{{{1}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"1{{2{{3"] PASSED [ 9%] test/test_fstring.py::test_valid[f"}}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{a=}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"{a()=}"] PASSED [ 9%] test/test_fstring.py::test_valid[f"""abc\ndef"""] PASSED [ 9%] test/test_fstring.py::test_valid[f"""abc{\n123}def"""] PASSED [ 9%] test/test_fstring.py::test_valid[f"abc\\\ndef"] PASSED [ 10%] test/test_fstring.py::test_valid[f"\\\n{123}\\\n"] PASSED [ 10%] test/test_fstring.py::test_valid[f"{\\\n123}"] PASSED [ 10%] test/test_fstring.py::test_valid[f"{123:.2\\\nf}"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"}"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"{"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"""}"""] PASSED [ 10%] test/test_fstring.py::test_invalid[f"""{"""] PASSED [ 10%] test/test_fstring.py::test_invalid[f"{1!{a}}"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"{!{a}}"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"{}"] PASSED [ 10%] test/test_fstring.py::test_invalid[f"{:}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{:}}}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{:1}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{!:}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{!}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{!a}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{1:{}}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"{1:{:}}"] PASSED [ 11%] test/test_fstring.py::test_invalid[f"abc\ndef"] PASSED [ 11%] test/test_fstring.py::test_tokenize_start_pos[f"}{"-positions0] PASSED [ 11%] test/test_fstring.py::test_tokenize_start_pos[f" :{ 1 : } "-positions1] PASSED [ 11%] test/test_fstring.py::test_tokenize_start_pos[f"""\n {\nfoo\n }"""-positions2] PASSED [ 12%] test/test_fstring.py::test_roundtrip[f'''s{\n str.uppe\n'''\n] PASSED [ 12%] test/test_fstring.py::test_roundtrip[f"foo] PASSED [ 12%] test/test_fstring.py::test_roundtrip[f"""foo] PASSED [ 12%] test/test_fstring.py::test_roundtrip[f"abc\ndef"] PASSED [ 12%] test/test_get_code.py::test_basic_parsing PASSED [ 12%] test/test_get_code.py::test_operators PASSED [ 12%] test/test_get_code.py::test_get_code PASSED [ 12%] test/test_get_code.py::test_end_newlines PASSED [ 12%] test/test_get_code.py::test_carriage_return_at_end[\r-types0] PASSED [ 12%] test/test_get_code.py::test_carriage_return_at_end[\n\r-types1] PASSED [ 12%] test/test_grammar.py::test_non_unicode PASSED [ 13%] test/test_load_grammar.py::test_load_inexisting_grammar PASSED [ 13%] test/test_load_grammar.py::test_parse_version[2-result0] PASSED [ 13%] test/test_load_grammar.py::test_parse_version[3-result1] PASSED [ 13%] test/test_load_grammar.py::test_parse_version[1.1-result2] PASSED [ 13%] test/test_load_grammar.py::test_parse_version[1.1.1-result3] PASSED [ 13%] test/test_load_grammar.py::test_parse_version[300.1.31-result4] PASSED [ 13%] test/test_load_grammar.py::test_invalid_grammar_version[1.] PASSED [ 13%] test/test_load_grammar.py::test_invalid_grammar_version[a] PASSED [ 13%] test/test_load_grammar.py::test_invalid_grammar_version[#] PASSED [ 13%] test/test_load_grammar.py::test_invalid_grammar_version[1.3.4.5] PASSED [ 13%] test/test_load_grammar.py::test_invalid_grammar_version[1.12] PASSED [ 14%] test/test_load_grammar.py::test_grammar_int_version PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E21.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_first.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_second.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E29.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E11.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[python3.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax_python3.6.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[python2.7.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_first.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8.py] PASSED [ 14%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_not_second.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E26.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E30.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E72.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax_python2.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E50.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E25.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E12_third.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E10.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax_python3.4.py] PASSED [ 15%] test/test_normalizer_issues_files.py::test_normalizer_issue[E73.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E40.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[allowed_syntax_python3.5.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E23.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E27.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E20.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E101.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[utf-8-bom.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E30not.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E71.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[latin-1.py] PASSED [ 16%] test/test_normalizer_issues_files.py::test_normalizer_issue[E70.py] PASSED [ 17%] test/test_normalizer_issues_files.py::test_normalizer_issue[E22.py] PASSED [ 17%] test/test_old_fast_parser.py::test_carriage_return_splitting PASSED [ 17%] test/test_old_fast_parser.py::test_for PASSED [ 17%] test/test_old_fast_parser.py::test_class_with_class_var PASSED [ 17%] test/test_old_fast_parser.py::test_func_with_if PASSED [ 17%] test/test_old_fast_parser.py::test_decorator PASSED [ 17%] test/test_old_fast_parser.py::test_nested_funcs PASSED [ 17%] test/test_old_fast_parser.py::test_multi_line_params PASSED [ 17%] test/test_old_fast_parser.py::test_class_func_if PASSED [ 17%] test/test_old_fast_parser.py::test_multi_line_for PASSED [ 17%] test/test_old_fast_parser.py::test_wrong_indentation PASSED [ 18%] test/test_old_fast_parser.py::test_strange_parentheses PASSED [ 18%] test/test_old_fast_parser.py::test_fake_parentheses PASSED [ 18%] test/test_old_fast_parser.py::test_additional_indent PASSED [ 18%] test/test_old_fast_parser.py::test_round_trip PASSED [ 18%] test/test_old_fast_parser.py::test_parentheses_in_string PASSED [ 18%] test/test_param_splitting.py::test_split_params_with_separation_star PASSED [ 18%] test/test_param_splitting.py::test_split_params_with_stars PASSED [ 18%] test/test_param_splitting.py::test_kw_only_no_kw[2.6] PASSED [ 18%] test/test_param_splitting.py::test_kw_only_no_kw[2.7] PASSED [ 18%] test/test_param_splitting.py::test_kw_only_no_kw[3.3] PASSED [ 18%] test/test_param_splitting.py::test_kw_only_no_kw[3.4] PASSED [ 19%] test/test_param_splitting.py::test_kw_only_no_kw[3.5] PASSED [ 19%] test/test_param_splitting.py::test_kw_only_no_kw[3.6] PASSED [ 19%] test/test_param_splitting.py::test_kw_only_no_kw[3.7] PASSED [ 19%] test/test_param_splitting.py::test_kw_only_no_kw[3.8] PASSED [ 19%] test/test_parser.py::test_basic_parsing[2.6] PASSED [ 19%] test/test_parser.py::test_basic_parsing[2.7] PASSED [ 19%] test/test_parser.py::test_basic_parsing[3.3] PASSED [ 19%] test/test_parser.py::test_basic_parsing[3.4] PASSED [ 19%] test/test_parser.py::test_basic_parsing[3.5] PASSED [ 19%] test/test_parser.py::test_basic_parsing[3.6] PASSED [ 19%] test/test_parser.py::test_basic_parsing[3.7] PASSED [ 20%] test/test_parser.py::test_basic_parsing[3.8] PASSED [ 20%] test/test_parser.py::test_subscope_names[2.6] PASSED [ 20%] test/test_parser.py::test_subscope_names[2.7] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.3] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.4] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.5] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.6] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.7] PASSED [ 20%] test/test_parser.py::test_subscope_names[3.8] PASSED [ 20%] test/test_parser.py::test_import_names[2.6] PASSED [ 20%] test/test_parser.py::test_import_names[2.7] PASSED [ 21%] test/test_parser.py::test_import_names[3.3] PASSED [ 21%] test/test_parser.py::test_import_names[3.4] PASSED [ 21%] test/test_parser.py::test_import_names[3.5] PASSED [ 21%] test/test_parser.py::test_import_names[3.6] PASSED [ 21%] test/test_parser.py::test_import_names[3.7] PASSED [ 21%] test/test_parser.py::test_import_names[3.8] PASSED [ 21%] test/test_parser.py::test_end_pos[2.6] PASSED [ 21%] test/test_parser.py::test_end_pos[2.7] PASSED [ 21%] test/test_parser.py::test_end_pos[3.3] PASSED [ 21%] test/test_parser.py::test_end_pos[3.4] PASSED [ 21%] test/test_parser.py::test_end_pos[3.5] PASSED [ 21%] test/test_parser.py::test_end_pos[3.6] PASSED [ 22%] test/test_parser.py::test_end_pos[3.7] PASSED [ 22%] test/test_parser.py::test_end_pos[3.8] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[2.6] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[2.7] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.3] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.4] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.5] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.6] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.7] PASSED [ 22%] test/test_parser.py::test_carriage_return_statements[3.8] PASSED [ 22%] test/test_parser.py::test_incomplete_list_comprehension[2.6] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[2.7] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.3] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.4] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.5] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.6] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.7] PASSED [ 23%] test/test_parser.py::test_incomplete_list_comprehension[3.8] PASSED [ 23%] test/test_parser.py::test_newline_positions[2.6] PASSED [ 23%] test/test_parser.py::test_newline_positions[2.7] PASSED [ 23%] test/test_parser.py::test_newline_positions[3.3] PASSED [ 23%] test/test_parser.py::test_newline_positions[3.4] PASSED [ 24%] test/test_parser.py::test_newline_positions[3.5] PASSED [ 24%] test/test_parser.py::test_newline_positions[3.6] PASSED [ 24%] test/test_parser.py::test_newline_positions[3.7] PASSED [ 24%] test/test_parser.py::test_newline_positions[3.8] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[2.6] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[2.7] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[3.3] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[3.4] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[3.5] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[3.6] PASSED [ 24%] test/test_parser.py::test_end_pos_error_correction[3.7] PASSED [ 25%] test/test_parser.py::test_end_pos_error_correction[3.8] PASSED [ 25%] test/test_parser.py::test_param_splitting[2.6] PASSED [ 25%] test/test_parser.py::test_param_splitting[2.7] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.3] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.4] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.5] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.6] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.7] PASSED [ 25%] test/test_parser.py::test_param_splitting[3.8] PASSED [ 25%] test/test_parser.py::test_unicode_string PASSED [ 25%] test/test_parser.py::test_backslash_dos_style[2.6] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[2.7] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.3] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.4] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.5] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.6] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.7] PASSED [ 26%] test/test_parser.py::test_backslash_dos_style[3.8] PASSED [ 26%] test/test_parser.py::test_started_lambda_stmt[2.6] PASSED [ 26%] test/test_parser.py::test_started_lambda_stmt[2.7] PASSED [ 26%] test/test_parser.py::test_started_lambda_stmt[3.3] PASSED [ 26%] test/test_parser.py::test_started_lambda_stmt[3.4] PASSED [ 27%] test/test_parser.py::test_started_lambda_stmt[3.5] PASSED [ 27%] test/test_parser.py::test_started_lambda_stmt[3.6] PASSED [ 27%] test/test_parser.py::test_started_lambda_stmt[3.7] PASSED [ 27%] test/test_parser.py::test_started_lambda_stmt[3.8] PASSED [ 27%] test/test_parser.py::test_python2_octal[2.6] PASSED [ 27%] test/test_parser.py::test_python2_octal[2.7] PASSED [ 27%] test/test_parser.py::test_python2_octal[3.3] PASSED [ 27%] test/test_parser.py::test_python2_octal[3.4] PASSED [ 27%] test/test_parser.py::test_python2_octal[3.5] PASSED [ 27%] test/test_parser.py::test_python2_octal[3.6] PASSED [ 27%] test/test_parser.py::test_python2_octal[3.7] PASSED [ 28%] test/test_parser.py::test_python2_octal[3.8] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.6-foo "] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.6-foo """\n] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.6-foo """\nbar] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.7-foo "] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.7-foo """\n] PASSED [ 28%] test/test_parser.py::test_open_string_literal[2.7-foo """\nbar] PASSED [ 28%] test/test_parser.py::test_open_string_literal[3.3-foo "] PASSED [ 28%] test/test_parser.py::test_open_string_literal[3.3-foo """\n] PASSED [ 28%] test/test_parser.py::test_open_string_literal[3.3-foo """\nbar] PASSED [ 28%] test/test_parser.py::test_open_string_literal[3.4-foo "] PASSED [ 28%] test/test_parser.py::test_open_string_literal[3.4-foo """\n] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.4-foo """\nbar] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.5-foo "] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.5-foo """\n] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.5-foo """\nbar] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.6-foo "] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.6-foo """\n] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.6-foo """\nbar] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.7-foo "] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.7-foo """\n] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.7-foo """\nbar] PASSED [ 29%] test/test_parser.py::test_open_string_literal[3.8-foo "] PASSED [ 30%] test/test_parser.py::test_open_string_literal[3.8-foo """\n] PASSED [ 30%] test/test_parser.py::test_open_string_literal[3.8-foo """\nbar] PASSED [ 30%] test/test_parser.py::test_too_many_params PASSED [ 30%] test/test_parser.py::test_dedent_at_end[2.6] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[2.7] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.3] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.4] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.5] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.6] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.7] PASSED [ 30%] test/test_parser.py::test_dedent_at_end[3.8] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[2.6] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[2.7] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.3] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.4] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.5] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.6] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.7] PASSED [ 31%] test/test_parser.py::test_no_error_nodes[3.8] PASSED [ 31%] test/test_parser.py::test_named_expression[2.6] PASSED [ 31%] test/test_parser.py::test_named_expression[2.7] PASSED [ 31%] test/test_parser.py::test_named_expression[3.3] PASSED [ 32%] test/test_parser.py::test_named_expression[3.4] PASSED [ 32%] test/test_parser.py::test_named_expression[3.5] PASSED [ 32%] test/test_parser.py::test_named_expression[3.6] PASSED [ 32%] test/test_parser.py::test_named_expression[3.7] PASSED [ 32%] test/test_parser.py::test_named_expression[3.8] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a=1, /] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a, /] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a=1, /, b=3] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a, /, b0] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a, /, b1] PASSED [ 32%] test/test_parser.py::test_positional_only_arguments[2.6-a, /, *, b] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.6-a, /, **kwargs] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a=1, /] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a, /] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a=1, /, b=3] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a, /, b0] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a, /, b1] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a, /, *, b] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[2.7-a, /, **kwargs] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[3.3-a=1, /] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[3.3-a, /] PASSED [ 33%] test/test_parser.py::test_positional_only_arguments[3.3-a=1, /, b=3] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.3-a, /, b0] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.3-a, /, b1] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.3-a, /, *, b] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.3-a, /, **kwargs] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a=1, /] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a, /] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a=1, /, b=3] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a, /, b0] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a, /, b1] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a, /, *, b] PASSED [ 34%] test/test_parser.py::test_positional_only_arguments[3.4-a, /, **kwargs] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a=1, /] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a, /] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a=1, /, b=3] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a, /, b0] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a, /, b1] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a, /, *, b] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.5-a, /, **kwargs] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.6-a=1, /] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.6-a, /] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.6-a=1, /, b=3] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, b0] PASSED [ 35%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, b1] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, *, b] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.6-a, /, **kwargs] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a=1, /] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a, /] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a=1, /, b=3] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, b0] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, b1] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, *, b] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.7-a, /, **kwargs] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.8-a=1, /] PASSED [ 36%] test/test_parser.py::test_positional_only_arguments[3.8-a, /] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.8-a=1, /, b=3] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, b0] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, b1] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, *, b] PASSED [ 37%] test/test_parser.py::test_positional_only_arguments[3.8-a, /, **kwargs] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node0] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_name[node1] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node0] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_params[node1] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node0] PASSED [ 37%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_is_generator[node1] PASSED [ 38%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node0] PASSED [ 38%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_yields[node1] PASSED [ 38%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node0] PASSED [ 38%] test/test_parser_tree.py::TestsFunctionAndLambdaParsing::test_annotation[node1] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[2.6] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[2.7] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[3.3] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[3.4] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[3.5] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[3.6] PASSED [ 38%] test/test_parser_tree.py::test_end_pos_line[3.7] PASSED [ 39%] test/test_parser_tree.py::test_end_pos_line[3.8] PASSED [ 39%] test/test_parser_tree.py::test_default_param[2.6] PASSED [ 39%] test/test_parser_tree.py::test_default_param[2.7] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.3] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.4] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.5] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.6] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.7] PASSED [ 39%] test/test_parser_tree.py::test_default_param[3.8] PASSED [ 39%] test/test_parser_tree.py::test_annotation_param[3.3] PASSED [ 39%] test/test_parser_tree.py::test_annotation_param[3.4] PASSED [ 40%] test/test_parser_tree.py::test_annotation_param[3.5] PASSED [ 40%] test/test_parser_tree.py::test_annotation_param[3.6] PASSED [ 40%] test/test_parser_tree.py::test_annotation_param[3.7] PASSED [ 40%] test/test_parser_tree.py::test_annotation_param[3.8] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.3] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.4] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.5] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.6] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.7] PASSED [ 40%] test/test_parser_tree.py::test_annotation_params[3.8] PASSED [ 40%] test/test_parser_tree.py::test_default_and_annotation_param[3.3] PASSED [ 41%] test/test_parser_tree.py::test_default_and_annotation_param[3.4] PASSED [ 41%] test/test_parser_tree.py::test_default_and_annotation_param[3.5] PASSED [ 41%] test/test_parser_tree.py::test_default_and_annotation_param[3.6] PASSED [ 41%] test/test_parser_tree.py::test_default_and_annotation_param[3.7] PASSED [ 41%] test/test_parser_tree.py::test_default_and_annotation_param[3.8] PASSED [ 41%] test/test_parser_tree.py::test_ellipsis_py2[2.6] PASSED [ 41%] test/test_parser_tree.py::test_ellipsis_py2[2.7] PASSED [ 41%] test/test_parser_tree.py::test_yields[2.6] PASSED [ 41%] test/test_parser_tree.py::test_yields[2.7] PASSED [ 41%] test/test_parser_tree.py::test_yields[3.3] PASSED [ 41%] test/test_parser_tree.py::test_yields[3.4] PASSED [ 42%] test/test_parser_tree.py::test_yields[3.5] PASSED [ 42%] test/test_parser_tree.py::test_yields[3.6] PASSED [ 42%] test/test_parser_tree.py::test_yields[3.7] PASSED [ 42%] test/test_parser_tree.py::test_yields[3.8] PASSED [ 42%] test/test_parser_tree.py::test_yield_from PASSED [ 42%] test/test_parser_tree.py::test_returns PASSED [ 42%] test/test_parser_tree.py::test_raises PASSED [ 42%] test/test_pep8.py::test_eof_newline PASSED [ 42%] test/test_pep8.py::test_eof_blankline PASSED [ 42%] test/test_pep8.py::test_shebang PASSED [ 42%] test/test_pgen2.py::test_formfeed[2.6] PASSED [ 42%] test/test_pgen2.py::test_formfeed[2.7] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[2.6] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[2.7] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.3] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.4] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.5] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.6] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.7] PASSED [ 43%] test/test_pgen2.py::test_matrix_multiplication_operator[3.8] PASSED [ 43%] test/test_pgen2.py::test_yield_from[2.6] PASSED [ 43%] test/test_pgen2.py::test_yield_from[2.7] PASSED [ 43%] test/test_pgen2.py::test_yield_from[3.3] PASSED [ 44%] test/test_pgen2.py::test_yield_from[3.4] PASSED [ 44%] test/test_pgen2.py::test_yield_from[3.5] PASSED [ 44%] test/test_pgen2.py::test_yield_from[3.6] PASSED [ 44%] test/test_pgen2.py::test_yield_from[3.7] PASSED [ 44%] test/test_pgen2.py::test_yield_from[3.8] PASSED [ 44%] test/test_pgen2.py::test_await_expr[2.6] PASSED [ 44%] test/test_pgen2.py::test_await_expr[2.7] PASSED [ 44%] test/test_pgen2.py::test_await_expr[3.3] PASSED [ 44%] test/test_pgen2.py::test_await_expr[3.4] PASSED [ 44%] test/test_pgen2.py::test_await_expr[3.5] PASSED [ 44%] test/test_pgen2.py::test_await_expr[3.6] PASSED [ 45%] test/test_pgen2.py::test_await_expr[3.7] PASSED [ 45%] test/test_pgen2.py::test_await_expr[3.8] PASSED [ 45%] test/test_pgen2.py::test_async_var xfail [ 45%] test/test_pgen2.py::test_async_for[2.6] PASSED [ 45%] test/test_pgen2.py::test_async_for[2.7] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.3] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.4] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.5] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.6] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.7] PASSED [ 45%] test/test_pgen2.py::test_async_for[3.8] PASSED [ 46%] test/test_pgen2.py::test_async_with[2.6] PASSED [ 46%] test/test_pgen2.py::test_async_with[2.7] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.3] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.4] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.5] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.6] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.7] PASSED [ 46%] test/test_pgen2.py::test_async_with[3.8] PASSED [ 46%] test/test_pgen2.py::test_raise_3x_style_1[2.6] PASSED [ 46%] test/test_pgen2.py::test_raise_3x_style_1[2.7] PASSED [ 46%] test/test_pgen2.py::test_raise_3x_style_1[3.3] PASSED [ 47%] test/test_pgen2.py::test_raise_3x_style_1[3.4] PASSED [ 47%] test/test_pgen2.py::test_raise_3x_style_1[3.5] PASSED [ 47%] test/test_pgen2.py::test_raise_3x_style_1[3.6] PASSED [ 47%] test/test_pgen2.py::test_raise_3x_style_1[3.7] PASSED [ 47%] test/test_pgen2.py::test_raise_3x_style_1[3.8] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[2.6] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[2.7] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[3.3] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[3.4] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[3.5] PASSED [ 47%] test/test_pgen2.py::test_raise_2x_style_2[3.6] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_2[3.7] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_2[3.8] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[2.6] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[2.7] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.3] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.4] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.5] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.6] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.7] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_3[3.8] PASSED [ 48%] test/test_pgen2.py::test_raise_2x_style_invalid_1[2.6] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[2.7] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.3] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.4] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.5] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.6] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.7] PASSED [ 49%] test/test_pgen2.py::test_raise_2x_style_invalid_1[3.8] PASSED [ 49%] test/test_pgen2.py::test_raise_3x_style[2.6] PASSED [ 49%] test/test_pgen2.py::test_raise_3x_style[2.7] PASSED [ 49%] test/test_pgen2.py::test_raise_3x_style[3.3] PASSED [ 49%] test/test_pgen2.py::test_raise_3x_style[3.4] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style[3.5] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style[3.6] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style[3.7] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style[3.8] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[2.6] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[2.7] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.3] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.4] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.5] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.6] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.7] PASSED [ 50%] test/test_pgen2.py::test_raise_3x_style_invalid_1[3.8] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[2.6] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[2.7] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.3] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.4] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.5] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.6] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.7] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_2[3.8] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_3[2.6] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_3[2.7] PASSED [ 51%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.3] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.4] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.5] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.6] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.7] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_3[3.8] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[2.6] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[2.7] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.3] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.4] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.5] PASSED [ 52%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.6] PASSED [ 53%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.7] PASSED [ 53%] test/test_pgen2.py::test_raise_3x_style_invalid_4[3.8] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[2.6] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[2.7] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.3] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.4] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.5] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.6] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.7] PASSED [ 53%] test/test_pgen2.py::test_annotation_1[3.8] PASSED [ 53%] test/test_pgen2.py::test_annotation_2[2.6] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[2.7] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.3] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.4] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.5] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.6] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.7] PASSED [ 54%] test/test_pgen2.py::test_annotation_2[3.8] PASSED [ 54%] test/test_pgen2.py::test_annotation_3[2.6] PASSED [ 54%] test/test_pgen2.py::test_annotation_3[2.7] PASSED [ 54%] test/test_pgen2.py::test_annotation_3[3.3] PASSED [ 54%] test/test_pgen2.py::test_annotation_3[3.4] PASSED [ 55%] test/test_pgen2.py::test_annotation_3[3.5] PASSED [ 55%] test/test_pgen2.py::test_annotation_3[3.6] PASSED [ 55%] test/test_pgen2.py::test_annotation_3[3.7] PASSED [ 55%] test/test_pgen2.py::test_annotation_3[3.8] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[2.6] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[2.7] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[3.3] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[3.4] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[3.5] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[3.6] PASSED [ 55%] test/test_pgen2.py::test_annotation_4[3.7] PASSED [ 56%] test/test_pgen2.py::test_annotation_4[3.8] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[2.6] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[2.7] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.3] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.4] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.5] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.6] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.7] PASSED [ 56%] test/test_pgen2.py::test_annotation_5[3.8] PASSED [ 56%] test/test_pgen2.py::test_annotation_6[3.3] PASSED [ 56%] test/test_pgen2.py::test_annotation_6[3.4] PASSED [ 57%] test/test_pgen2.py::test_annotation_6[3.5] PASSED [ 57%] test/test_pgen2.py::test_annotation_6[3.6] PASSED [ 57%] test/test_pgen2.py::test_annotation_6[3.7] PASSED [ 57%] test/test_pgen2.py::test_annotation_6[3.8] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.3] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.4] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.5] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.6] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.7] PASSED [ 57%] test/test_pgen2.py::test_annotation_7[3.8] PASSED [ 57%] test/test_pgen2.py::test_annotation_8[3.3] PASSED [ 57%] test/test_pgen2.py::test_annotation_8[3.4] PASSED [ 58%] test/test_pgen2.py::test_annotation_8[3.5] PASSED [ 58%] test/test_pgen2.py::test_annotation_8[3.6] PASSED [ 58%] test/test_pgen2.py::test_annotation_8[3.7] PASSED [ 58%] test/test_pgen2.py::test_annotation_8[3.8] PASSED [ 58%] test/test_pgen2.py::test_except_new[2.6] PASSED [ 58%] test/test_pgen2.py::test_except_new[2.7] PASSED [ 58%] test/test_pgen2.py::test_except_new[3.3] PASSED [ 58%] test/test_pgen2.py::test_except_new[3.4] PASSED [ 58%] test/test_pgen2.py::test_except_new[3.5] PASSED [ 58%] test/test_pgen2.py::test_except_new[3.6] PASSED [ 58%] test/test_pgen2.py::test_except_new[3.7] PASSED [ 59%] test/test_pgen2.py::test_except_new[3.8] PASSED [ 59%] test/test_pgen2.py::test_except_old[2.6] PASSED [ 59%] test/test_pgen2.py::test_except_old[2.7] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.3] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.4] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.5] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.6] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.7] PASSED [ 59%] test/test_pgen2.py::test_except_old[3.8] PASSED [ 59%] test/test_pgen2.py::test_set_literal_1[2.6] PASSED [ 59%] test/test_pgen2.py::test_set_literal_1[2.7] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.3] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.4] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.5] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.6] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.7] PASSED [ 60%] test/test_pgen2.py::test_set_literal_1[3.8] PASSED [ 60%] test/test_pgen2.py::test_set_literal_2[2.6] PASSED [ 60%] test/test_pgen2.py::test_set_literal_2[2.7] PASSED [ 60%] test/test_pgen2.py::test_set_literal_2[3.3] PASSED [ 60%] test/test_pgen2.py::test_set_literal_2[3.4] PASSED [ 60%] test/test_pgen2.py::test_set_literal_2[3.5] PASSED [ 61%] test/test_pgen2.py::test_set_literal_2[3.6] PASSED [ 61%] test/test_pgen2.py::test_set_literal_2[3.7] PASSED [ 61%] test/test_pgen2.py::test_set_literal_2[3.8] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[2.6] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[2.7] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.3] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.4] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.5] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.6] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.7] PASSED [ 61%] test/test_pgen2.py::test_set_literal_3[3.8] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[2.6] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[2.7] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.3] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.4] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.5] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.6] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.7] PASSED [ 62%] test/test_pgen2.py::test_set_literal_4[3.8] PASSED [ 62%] test/test_pgen2.py::test_new_octal_notation[2.6] PASSED [ 62%] test/test_pgen2.py::test_new_octal_notation[2.7] PASSED [ 62%] test/test_pgen2.py::test_new_octal_notation[3.3] PASSED [ 63%] test/test_pgen2.py::test_new_octal_notation[3.4] PASSED [ 63%] test/test_pgen2.py::test_new_octal_notation[3.5] PASSED [ 63%] test/test_pgen2.py::test_new_octal_notation[3.6] PASSED [ 63%] test/test_pgen2.py::test_new_octal_notation[3.7] PASSED [ 63%] test/test_pgen2.py::test_new_octal_notation[3.8] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[2.6] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[2.7] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[3.3] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[3.4] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[3.5] PASSED [ 63%] test/test_pgen2.py::test_old_octal_notation[3.6] PASSED [ 64%] test/test_pgen2.py::test_old_octal_notation[3.7] PASSED [ 64%] test/test_pgen2.py::test_old_octal_notation[3.8] PASSED [ 64%] test/test_pgen2.py::test_long_notation[2.6] PASSED [ 64%] test/test_pgen2.py::test_long_notation[2.7] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.3] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.4] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.5] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.6] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.7] PASSED [ 64%] test/test_pgen2.py::test_long_notation[3.8] PASSED [ 64%] test/test_pgen2.py::test_new_binary_notation[2.6] PASSED [ 64%] test/test_pgen2.py::test_new_binary_notation[2.7] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.3] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.4] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.5] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.6] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.7] PASSED [ 65%] test/test_pgen2.py::test_new_binary_notation[3.8] PASSED [ 65%] test/test_pgen2.py::test_class_new_syntax[2.6] PASSED [ 65%] test/test_pgen2.py::test_class_new_syntax[2.7] PASSED [ 65%] test/test_pgen2.py::test_class_new_syntax[3.3] PASSED [ 65%] test/test_pgen2.py::test_class_new_syntax[3.4] PASSED [ 65%] test/test_pgen2.py::test_class_new_syntax[3.5] PASSED [ 66%] test/test_pgen2.py::test_class_new_syntax[3.6] PASSED [ 66%] test/test_pgen2.py::test_class_new_syntax[3.7] PASSED [ 66%] test/test_pgen2.py::test_class_new_syntax[3.8] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[2.6] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[2.7] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.3] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.4] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.5] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.6] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.7] PASSED [ 66%] test/test_pgen2.py::test_parser_idempotency_extended_unpacking[3.8] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[2.6] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[2.7] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.3] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.4] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.5] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.6] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.7] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_literals[3.8] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[2.6] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[2.7] PASSED [ 67%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.3] PASSED [ 68%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.4] PASSED [ 68%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.5] PASSED [ 68%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.6] PASSED [ 68%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.7] PASSED [ 68%] test/test_pgen2.py::test_multiline_bytes_tripquote_literals[3.8] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[2.6] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[2.7] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[3.3] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[3.4] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[3.5] PASSED [ 68%] test/test_pgen2.py::test_ellipsis[3.6] PASSED [ 69%] test/test_pgen2.py::test_ellipsis[3.7] PASSED [ 69%] test/test_pgen2.py::test_ellipsis[3.8] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[2.6] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[2.7] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.3] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.4] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.5] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.6] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.7] PASSED [ 69%] test/test_pgen2.py::test_dict_unpacking[3.8] PASSED [ 69%] test/test_pgen2.py::test_multiline_str_literals[2.6] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[2.7] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.3] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.4] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.5] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.6] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.7] PASSED [ 70%] test/test_pgen2.py::test_multiline_str_literals[3.8] PASSED [ 70%] test/test_pgen2.py::test_py2_backticks[2.6] PASSED [ 70%] test/test_pgen2.py::test_py2_backticks[2.7] PASSED [ 70%] test/test_pgen2.py::test_py2_backticks[3.3] PASSED [ 70%] test/test_pgen2.py::test_py2_backticks[3.4] PASSED [ 71%] test/test_pgen2.py::test_py2_backticks[3.5] PASSED [ 71%] test/test_pgen2.py::test_py2_backticks[3.6] PASSED [ 71%] test/test_pgen2.py::test_py2_backticks[3.7] PASSED [ 71%] test/test_pgen2.py::test_py2_backticks[3.8] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[2.6] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[2.7] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.3] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.4] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.5] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.6] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.7] PASSED [ 71%] test/test_pgen2.py::test_py2_string_prefixes[3.8] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[2.6] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[2.7] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.3] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.4] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.5] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.6] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.7] PASSED [ 72%] test/test_pgen2.py::test_py3_rb[3.8] PASSED [ 72%] test/test_pgen2.py::test_left_recursion PASSED [ 72%] test/test_pgen2.py::test_ambiguities PASSED [ 72%] test/test_prefix.py::test_simple_prefix_splitting[-tokens0] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[#-tokens1] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ # -tokens2] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ # \n-tokens3] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ # \x0c\n-tokens4] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ \n-tokens5] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ \n -tokens6] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens7] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ \x0c -tokens8] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[ \r\n-tokens9] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[\\\n-tokens10] PASSED [ 73%] test/test_prefix.py::test_simple_prefix_splitting[\\\r\n-tokens11] PASSED [ 74%] test/test_prefix.py::test_simple_prefix_splitting[\t\t\n\t-tokens12] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[# -types0] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[\r\n-types1] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[\x0c-types2] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[\\\n-types3] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[ \t-types4] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[ \t -types5] PASSED [ 74%] test/test_prefix.py::test_prefix_splitting_types[\ufeff # -types6] PASSED [ 74%] test/test_prefix.py::test_utf8_bom PASSED [ 74%] test/test_python_errors.py::test_python_exception_matches[1 +] PASSED [ 74%] test/test_python_errors.py::test_python_exception_matches[?] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[continue] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[break] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[return] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[yield] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[f(x for x in bar, 1)] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[from foo import a,] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[from __future__ import whatever] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[from __future__ import braces] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[from .__future__ import whatever] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[def f(x=3, y): pass] PASSED [ 75%] test/test_python_errors.py::test_python_exception_matches[lambda x=3, y: x] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[__debug__ = 1] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[with x() as __debug__: pass] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[[]: int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[[a, b]: int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[(): int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[(()): int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[((())): int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[{}: int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[True: int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[(a, b): int] PASSED [ 76%] test/test_python_errors.py::test_python_exception_matches[*star,: int] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[a, b: int = 3] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[foo(+a=3)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(lambda: 1=1)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(x=1, x=2)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(**x, y)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(x=2, y)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(**x, *y)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[f(**x, y=3, z)] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[a, b += 3] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[(a, b) += 3] PASSED [ 77%] test/test_python_errors.py::test_python_exception_matches[[a, b] += 3] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[lambda a: 1 = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[[x for x in y] = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[{x for x in y} = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[{x:x for x in y} = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[(x for x in y) = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[None = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[... = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[a == b = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[{a, b} = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[{a: b} = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches[1 = 1] PASSED [ 78%] test/test_python_errors.py::test_python_exception_matches["" = 1] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[b"" = 10] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[b"" = 11] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches["" "" = 1] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[1 | 1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[1**1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[~ 1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[not 1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[1 and 1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[def foo(): (yield 1) = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[def foo(): x = yield 1 = 3] PASSED [ 79%] test/test_python_errors.py::test_python_exception_matches[async def foo(): await x = 3] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[(a if a else a) = a] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[a, 1 = x] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[foo() = 1] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[with x as foo(): pass] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[del bar, 1] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[for x, 1 in []: pass] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[for (not 1) in []: pass] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[[x for 1 in y]] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[[x for a, 3 in y]] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[(x for 1 in y)] PASSED [ 80%] test/test_python_errors.py::test_python_exception_matches[{x for 1 in y}] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[{x:x for 1 in y}] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u"\\x"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u"\\"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u"\\u"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u"""\\U"""] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u"\\Uffffffff"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u'''\\N{}'''] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[u'\\N{foo}'] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[b"\\x"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[b"\\"] PASSED [ 81%] test/test_python_errors.py::test_python_exception_matches[*a, *b = 3, 3] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[async def foo(): yield from []] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[yield from []] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[*a = 3] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[del *a, b] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[def x(*): pass] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[(a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a,a, *d) = x] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches[{**{} for a in [1]}] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches["""] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches["] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches['''] PASSED [ 82%] test/test_python_errors.py::test_python_exception_matches['] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[\\blub] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n def f():\n pass] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[def f(x, x): pass] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[nonlocal a] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[ foo] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[def x():\n 1\n 2] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[def x():\n 1\n 2] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[if 1:\nfoo] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[if 1: blubb\nif 1:\npass\nTrue and False] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[f"{}"] PASSED [ 83%] test/test_python_errors.py::test_python_exception_matches[f"{\\}"] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f"{'\\'}"] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f"{#}"] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{1!b}'] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{1:{5:{3}}}'] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{'0] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{'1] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'}'] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{"}'0] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{"}'1] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{continue}'] PASSED [ 84%] test/test_python_errors.py::test_python_exception_matches[f'{1;1}'] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[f'{a;}'] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[f'{b"" ""}'] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x = 3\n x.z\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x = 3\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x = 3\n x.z\n nonlocal x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x = 3\n nonlocal x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x\n nonlocal x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x[0]: foo\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x.a: foo\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x: foo\n global x] PASSED [ 85%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x: foo = 5\n global x] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n x: foo = 5\n x\n global x] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef glob():\n global x\n x: foo = 3\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef glob(x):\n global x\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef glob(x):\n nonlocal x\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef x():\n a =3\n def z():\n nonlocal a\n a = 3\n nonlocal a\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef x():\n a = 4\n def y():\n global a\n nonlocal a\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef x():\n nonlocal a\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef x():\n def y():\n nonlocal a\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[\ndef x():\n a = 4\n def y():\n global a\n print(a)\n def z():\n nonlocal a\n] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[[*[] for a in [1]]] PASSED [ 86%] test/test_python_errors.py::test_python_exception_matches[async def bla():\n def x(): await bla()] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[del None] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[(True,) = x] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[([False], a) = x] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[def x(): from math import *] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[b"\xe4"] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches["s" b""] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches["s" b"" ""] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[b"" "" b"" ""] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[f"s" b""] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[b"s" f""] PASSED [ 87%] test/test_python_errors.py::test_python_exception_matches[[a, 1] += 3] PASSED [ 88%] test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 10] PASSED [ 88%] test/test_python_errors.py::test_python_exception_matches[async def foo():\n yield x\n return 11] PASSED [ 88%] test/test_python_errors.py::test_python_exception_matches[for a in [1]:\n try:\n pass\n finally:\n continue\n] PASSED [ 88%] test/test_python_errors.py::test_non_async_in_async PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[1 +-positions0] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[1 +\n-positions1] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[1 +\n2 +-positions2] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[x + 2-positions3] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[[\n-positions4] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[[\ndef x(): pass-positions5] PASSED [ 88%] test/test_python_errors.py::test_syntax_errors[[\nif 1: pass-positions6] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[1+?-positions7] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[?-positions8] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[??-positions9] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[? ?-positions10] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[?\n?-positions11] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[? * ?-positions12] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[1 + * * 2-positions13] PASSED [ 89%] test/test_python_errors.py::test_syntax_errors[?\n1\n?-positions14] PASSED [ 89%] test/test_python_errors.py::test_indentation_errors[ 1-positions0] PASSED [ 89%] test/test_python_errors.py::test_indentation_errors[def x():\n 1\n 2-positions1] PASSED [ 89%] test/test_python_errors.py::test_indentation_errors[def x():\n 1\n 2-positions2] PASSED [ 90%] test/test_python_errors.py::test_indentation_errors[def x():\n1-positions3] PASSED [ 90%] test/test_python_errors.py::test_default_except_error_postition PASSED [ 90%] test/test_python_errors.py::test_statically_nested_blocks PASSED [ 90%] test/test_python_errors.py::test_future_import_first PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[2.6] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[2.7] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[3.3] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[3.4] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[3.5] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[3.6] PASSED [ 90%] test/test_python_errors.py::test_named_argument_issues[3.7] PASSED [ 91%] test/test_python_errors.py::test_named_argument_issues[3.8] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[2.6] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[2.7] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.3] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.4] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.5] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.6] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.7] PASSED [ 91%] test/test_python_errors.py::test_escape_decode_literals[3.8] PASSED [ 91%] test/test_python_errors.py::test_too_many_levels_of_indentation PASSED [ 91%] test/test_python_errors.py::test_valid_fstrings[f'{*args,}'] PASSED [ 92%] test/test_python_errors.py::test_valid_fstrings[f"\\""] PASSED [ 92%] test/test_python_errors.py::test_valid_fstrings[f"\\\\\\""] PASSED [ 92%] test/test_python_errors.py::test_valid_fstrings[fr"\\""] PASSED [ 92%] test/test_python_errors.py::test_valid_fstrings[fr"\\\\\\""] PASSED [ 92%] test/test_python_errors.py::test_valid_fstrings[print(f'Some {x:.2f} and some {y}')] PASSED [ 92%] test/test_python_errors.py::test_invalid_fstrings[f'{1+}'-invalid syntax] PASSED [ 92%] test/test_python_errors.py::test_invalid_fstrings[f"\\"-invalid syntax] PASSED [ 92%] test/test_python_errors.py::test_invalid_fstrings[fr"\\"-invalid syntax] PASSED [ 92%] test/test_tokenize.py::test_end_pos_one_line PASSED [ 92%] test/test_tokenize.py::test_end_pos_multi_line PASSED [ 92%] test/test_tokenize.py::test_simple_no_whitespace PASSED [ 92%] test/test_tokenize.py::test_simple_with_whitespace PASSED [ 93%] test/test_tokenize.py::test_function_whitespace PASSED [ 93%] test/test_tokenize.py::test_tokenize_multiline_I PASSED [ 93%] test/test_tokenize.py::test_tokenize_multiline_II PASSED [ 93%] test/test_tokenize.py::test_tokenize_multiline_III PASSED [ 93%] test/test_tokenize.py::test_identifier_contains_unicode PASSED [ 93%] test/test_tokenize.py::test_quoted_strings PASSED [ 93%] test/test_tokenize.py::test_ur_literals PASSED [ 93%] test/test_tokenize.py::test_error_literal PASSED [ 93%] test/test_tokenize.py::test_endmarker_end_pos PASSED [ 93%] test/test_tokenize.py::test_token_types[ foo-types0] PASSED [ 93%] test/test_tokenize.py::test_token_types[ foo\n bar-types1] PASSED [ 94%] test/test_tokenize.py::test_token_types[ foo\n bar \n baz-types2] PASSED [ 94%] test/test_tokenize.py::test_token_types[ foo\nbar-types3] PASSED [ 94%] test/test_tokenize.py::test_token_types[1foo1-types4] PASSED [ 94%] test/test_tokenize.py::test_token_types[\u0bae\u0bc6\u0bb2\u0bcd\u0bb2\u0bbf\u0ba9\u0bae\u0bcd-types5] PASSED [ 94%] test/test_tokenize.py::test_token_types[\xb2-types6] PASSED [ 94%] test/test_tokenize.py::test_token_types[\xe4\xb2\xf6-types7] PASSED [ 94%] test/test_tokenize.py::test_token_types[\xe4\xe4\xb2\xb9\xf6\xf6-types8] PASSED [ 94%] test/test_tokenize.py::test_error_string PASSED [ 94%] test/test_tokenize.py::test_indent_error_recovery PASSED [ 94%] test/test_tokenize.py::test_error_token_after_dedent PASSED [ 94%] test/test_tokenize.py::test_brackets_no_indentation PASSED [ 95%] test/test_tokenize.py::test_form_feed PASSED [ 95%] test/test_tokenize.py::test_carriage_return PASSED [ 95%] test/test_tokenize.py::test_backslash PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f"-types0] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f""-types1] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f" {}"-types2] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f" "{}-types3] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f"\\""-types4] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f"\\""-types5] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f"Some {x:.2f}{y}"-types6] PASSED [ 95%] test/test_tokenize.py::test_fstring[3.6-f"""abc\ndef"""-types7] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"""abc{\n123}def"""-types8] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"abc\\\ndef"-types9] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"\\\n{123}\\\n"-types10] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"{\\\n123}"-types11] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"{123:.2\\\nf}"-types12] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-f"abc\ndef"-types13] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.6-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.7-f"-types0] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.7-f""-types1] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.7-f" {}"-types2] PASSED [ 96%] test/test_tokenize.py::test_fstring[3.7-f" "{}-types3] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"\\""-types4] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"\\""-types5] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"Some {x:.2f}{y}"-types6] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"""abc\ndef"""-types7] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"""abc{\n123}def"""-types8] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"abc\\\ndef"-types9] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"\\\n{123}\\\n"-types10] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"{\\\n123}"-types11] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"{123:.2\\\nf}"-types12] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-f"abc\ndef"-types13] PASSED [ 97%] test/test_tokenize.py::test_fstring[3.7-print(f"Some {x:.2f}a{y}")-types14] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r\n-expected_result0-False] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r\n-expected_result1-True] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r-expected_result2-False] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r-expected_result3-True] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\n-expected_result4-False] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\n-expected_result5-True] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result6-False] PASSED [ 98%] test/test_utils.py::test_split_lines[asd\r\n\x0c-expected_result7-True] PASSED [ 98%] test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result8-False] PASSED [ 98%] test/test_utils.py::test_split_lines[\x0casd\r\n-expected_result9-True] PASSED [ 98%] test/test_utils.py::test_split_lines[-expected_result10-False] PASSED [ 99%] test/test_utils.py::test_split_lines[-expected_result11-True] PASSED [ 99%] test/test_utils.py::test_split_lines[\n-expected_result12-False] PASSED [ 99%] test/test_utils.py::test_split_lines[\n-expected_result13-True] PASSED [ 99%] test/test_utils.py::test_split_lines[\r-expected_result14-False] PASSED [ 99%] test/test_utils.py::test_split_lines[\r-expected_result15-True] PASSED [ 99%] test/test_utils.py::test_split_lines[a\x0bb-expected_result16-False] PASSED [ 99%] test/test_utils.py::test_split_lines[a\x0bb-expected_result17-True] PASSED [ 99%] test/test_utils.py::test_split_lines[\x1c-expected_result18-False] PASSED [ 99%] test/test_utils.py::test_split_lines[\x1c-expected_result19-True] PASSED [ 99%] test/test_utils.py::test_python_bytes_to_unicode_unicode_text PASSED [ 99%] test/test_utils.py::test_utf8_bom PASSED [100%] =================== 1113 passed, 1 xfailed in 17.07 seconds ==================== + exit 0 Processing files: python3-parso-0.5.1-4.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YaW5Rk + umask 022 + cd /builddir/build/BUILD + cd parso-0.5.1 + DOCDIR=/builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/doc/python3-parso + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/doc/python3-parso + cp -pr README.rst /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/doc/python3-parso + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dgd3Ax + umask 022 + cd /builddir/build/BUILD + cd parso-0.5.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/licenses/python3-parso + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/licenses/python3-parso + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch/usr/share/licenses/python3-parso + exit 0 Provides: python3-parso = 0.5.1-4.el8 python3.6dist(parso) = 0.5.1 python3dist(parso) = 0.5.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch Wrote: /builddir/build/RPMS/python3-parso-0.5.1-4.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OrJINU + umask 022 + cd /builddir/build/BUILD + cd parso-0.5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-parso-0.5.1-4.el8.noarch + exit 0 Child return code was: 0