Source: autopep8 Version: 2.0.0-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20221220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --buildsystem=pybuild > dh_update_autotools_config -O--buildsystem=pybuild > dh_autoreconf -O--buildsystem=pybuild > dh_auto_configure -O--buildsystem=pybuild > I: pybuild base:240: python3.11 setup.py config > running config > I: pybuild base:240: python3.10 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:240: /usr/bin/python3.11 setup.py build > running build > running build_py > copying autopep8.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_autopep8/build > I: pybuild base:240: /usr/bin/python3 setup.py build > running build > running build_py > copying autopep8.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_autopep8/build > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:240: python3.11 setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a > future version. Users looking for a generic test entry point independent of > test runner are encouraged to use tox. > running egg_info > writing autopep8.egg-info/PKG-INFO > writing dependency_links to autopep8.egg-info/dependency_links.txt > writing entry points to autopep8.egg-info/entry_points.txt > writing requirements to autopep8.egg-info/requires.txt > writing top-level names to autopep8.egg-info/top_level.txt > writing manifest file 'autopep8.egg-info/SOURCES.txt' > reading manifest file 'autopep8.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching 'test/example' > warning: no files found matching 'test/example/x.py' > warning: no previously-included files matching '*.py' found under directory > 'test/suite' > warning: no previously-included files matching '*.py' found under directory > 'test/suite/out' > warning: no previously-included files found matching '.travis.yml' > warning: no previously-included files found matching 'CONTRIBUTING.rst' > warning: no previously-included files found matching 'Makefile' > warning: no previously-included files found matching 'coveralls.bash' > warning: no previously-included files found matching 'hooks' > warning: no previously-included files found matching 'hooks/pre-push' > warning: no previously-included files found matching 'install_hooks.bash' > warning: no previously-included files found matching 'test/.gitignore' > warning: no previously-included files found matching 'test/acid.py' > warning: no previously-included files found matching 'test/acid_pypi.py' > warning: no previously-included files found matching 'test/suite' > warning: no previously-included files found matching 'test/suite/out' > warning: no previously-included files found matching 'test/vim_autopep8.py' > warning: no previously-included files found matching 'update_readme.py' > adding license file 'LICENSE' > adding license file 'AUTHORS.rst' > writing manifest file 'autopep8.egg-info/SOURCES.txt' > running build_ext > test_diff (test.test_autopep8.CommandLineTests.test_diff) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_diff_with_empty_file > (test.test_autopep8.CommandLineTests.test_diff_with_empty_file) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_diff_with_exit_code_option > (test.test_autopep8.CommandLineTests.test_diff_with_exit_code_option) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_diff_with_nonexistent_file > (test.test_autopep8.CommandLineTests.test_diff_with_nonexistent_file) ... ok > test_diff_with_standard_in > (test.test_autopep8.CommandLineTests.test_diff_with_standard_in) ... ok > test_e122_and_e302_with_backslash > (test.test_autopep8.CommandLineTests.test_e122_and_e302_with_backslash) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_exclude (test.test_autopep8.CommandLineTests.test_exclude) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_exclude_with_directly_file_args > (test.test_autopep8.CommandLineTests.test_exclude_with_directly_file_args) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_exit_code_should_be_set_when_standard_in > (test.test_autopep8.CommandLineTests.test_exit_code_should_be_set_when_standard_in) > ... ok > test_exit_code_with_io_error > (test.test_autopep8.CommandLineTests.test_exit_code_with_io_error) ... ok > test_fixpep8_class_constructor > (test.test_autopep8.CommandLineTests.test_fixpep8_class_constructor) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_help (test.test_autopep8.CommandLineTests.test_help) ... ok > test_in_place (test.test_autopep8.CommandLineTests.test_in_place) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_in_place_and_diff > (test.test_autopep8.CommandLineTests.test_in_place_and_diff) ... ok > test_in_place_no_modifications_no_writes > (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes) > ... FAIL > test_in_place_no_modifications_no_writes_with_empty_file > (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes_with_empty_file) > ... FAIL > test_in_place_with_empty_file > (test.test_autopep8.CommandLineTests.test_in_place_with_empty_file) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_in_place_with_exit_code_option > (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_in_place_with_exit_code_option_with_w391 > (test.test_autopep8.CommandLineTests.test_in_place_with_exit_code_option_with_w391) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_in_place_with_w292 > (test.test_autopep8.CommandLineTests.test_in_place_with_w292) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_indent_size_is_zero > (test.test_autopep8.CommandLineTests.test_indent_size_is_zero) ... > --indent-size must be greater than 0ok > test_inplace_with_multi_files > (test.test_autopep8.CommandLineTests.test_inplace_with_multi_files) ... ok > test_invalid_option_combinations > (test.test_autopep8.CommandLineTests.test_invalid_option_combinations) ... ok > test_list_fixes (test.test_autopep8.CommandLineTests.test_list_fixes) ... ok > test_non_diff_with_exit_code_and_jobs_options > (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_and_jobs_options) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_non_diff_with_exit_code_option > (test.test_autopep8.CommandLineTests.test_non_diff_with_exit_code_option) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_parallel_jobs (test.test_autopep8.CommandLineTests.test_parallel_jobs) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_parallel_jobs_with_automatic_cpu_count > (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_automatic_cpu_count) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_parallel_jobs_with_diff_option > (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_diff_option) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_parallel_jobs_with_inplace_option_and_io_error > (test.test_autopep8.CommandLineTests.test_parallel_jobs_with_inplace_option_and_io_error) > ... ok > test_pep8_ignore (test.test_autopep8.CommandLineTests.test_pep8_ignore) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_pep8_ignore_should_handle_trailing_comma_gracefully > (test.test_autopep8.CommandLineTests.test_pep8_ignore_should_handle_trailing_comma_gracefully) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_pep8_passes (test.test_autopep8.CommandLineTests.test_pep8_passes) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_recursive (test.test_autopep8.CommandLineTests.test_recursive) ... > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_recursive_should_ignore_hidden > (test.test_autopep8.CommandLineTests.test_recursive_should_ignore_hidden) ... > ok > test_recursive_should_not_crash_on_unicode_filename > (test.test_autopep8.CommandLineTests.test_recursive_should_not_crash_on_unicode_filename) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_standard_in (test.test_autopep8.CommandLineTests.test_standard_in) ... ok > test_standard_out_should_use_native_line_ending > (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_standard_out_should_use_native_line_ending_with_cr_input > (test.test_autopep8.CommandLineTests.test_standard_out_should_use_native_line_ending_with_cr_input) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_verbose (test.test_autopep8.CommandLineTests.test_verbose) ... ok > test_verbose_diff (test.test_autopep8.CommandLineTests.test_verbose_diff) ... > ok > test_verbose_with_select_e702 > (test.test_autopep8.CommandLineTests.test_verbose_with_select_e702) ... ok > test_pyproject_toml_with_flake8_config > (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_flake8_config) > override to flake8 config ... /<<PKGBUILDDIR>>/autopep8.py:187: > DeprecationWarning: lib2to3 package is deprecated and may not be able to > parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_pyproject_toml_with_iterable_value > (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_iterable_value) > ... /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_pyproject_toml_with_verbose_option > (test.test_autopep8.ConfigurationFileTests.test_pyproject_toml_with_verbose_option) > override to flake8 config ... [file:/tmp/autopep8testsgb25zex/foo.py] > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ---> 0 issue(s) to fix {} > ok > test_setupcfg_with_flake8_config > (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_flake8_config) > ... [file:/tmp/autopep8test62b072z4/foo.py] > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ---> 1 issue(s) to fix {'E222': {1}} > ---> 0 issue(s) to fix {} > ok > test_setupcfg_with_pycodestyle_config > (test.test_autopep8.ConfigurationFileTests.test_setupcfg_with_pycodestyle_config) > ... [file:/tmp/autopep8testche5ri3t/foo.py] > /<<PKGBUILDDIR>>/autopep8.py:187: DeprecationWarning: lib2to3 package is > deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ---> 1 issue(s) to fix {'E222': {1}} > ---> 0 issue(s) to fix {} > ok > test_config_false_with_local > (test.test_autopep8.ConfigurationTests.test_config_false_with_local) ... ok > test_config_false_with_local_autocomplete > (test.test_autopep8.ConfigurationTests.test_config_false_with_local_autocomplete) > ... ok > test_config_false_with_local_space > (test.test_autopep8.ConfigurationTests.test_config_false_with_local_space) > ... ok > test_config_false_without_local > (test.test_autopep8.ConfigurationTests.test_config_false_without_local) ... ok > test_config_local_inclue_invalid_key > (test.test_autopep8.ConfigurationTests.test_config_local_inclue_invalid_key) > ... ok > test_config_local_int_value > (test.test_autopep8.ConfigurationTests.test_config_local_int_value) ... ok > test_config_override > (test.test_autopep8.ConfigurationTests.test_config_override) ... ok > test_global_config_ignore_locals > (test.test_autopep8.ConfigurationTests.test_global_config_ignore_locals) ... > ok > test_global_config_with_locals > (test.test_autopep8.ConfigurationTests.test_global_config_with_locals) ... ok > test_global_config_without_locals > (test.test_autopep8.ConfigurationTests.test_global_config_without_locals) ... > ok > test_local_config (test.test_autopep8.ConfigurationTests.test_local_config) > ... ok > test_local_pycodestyle_config_line_length > (test.test_autopep8.ConfigurationTests.test_local_pycodestyle_config_line_length) > ... ok > test_pyproject_toml_config_local_int_value > (test.test_autopep8.ConfigurationTests.test_pyproject_toml_config_local_int_value) > ... ok > test_e501_experimental_alone_with_indentation > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_indentation) > ... ok > test_e501_experimental_alone_with_tuple > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_alone_with_tuple) > ... skipped 'Not sure why space is not removed anymore' > test_e501_experimental_and_import > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_import) > ... ok > test_e501_experimental_and_multiple_logical_lines > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines) > ... ok > test_e501_experimental_and_multiple_logical_lines_with_math > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_and_multiple_logical_lines_with_math) > ... ok > test_e501_experimental_arithmetic_operator_with_indent > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_arithmetic_operator_with_indent) > ... ok > test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible) > ... ok > test_e501_experimental_basic > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic) ... > ok > test_e501_experimental_basic_should_prefer_balanced_brackets > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_basic_should_prefer_balanced_brackets) > ... ok > test_e501_experimental_decorator > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_decorator) > ... ok > test_e501_experimental_dict > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dict) ... > ok > test_e501_experimental_do_not_begin_line_with_comma > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_begin_line_with_comma) > ... ok > test_e501_experimental_do_not_break_on_keyword > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_do_not_break_on_keyword) > ... ok > test_e501_experimental_dont_split_if_looks_bad > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_dont_split_if_looks_bad) > ... ok > test_e501_experimental_for_line_over_limit > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_for_line_over_limit) > ... ok > test_e501_experimental_func_call_open_paren_not_separated > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_func_call_open_paren_not_separated) > ... ok > test_e501_experimental_if_line_over_limit > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_if_line_over_limit) > ... ok > test_e501_experimental_indentation > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_indentation) > ... ok > test_e501_experimental_list_comp > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_list_comp) > ... ok > test_e501_experimental_long_class_name > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_class_name) > ... ok > test_e501_experimental_long_dotted_object > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_dotted_object) > ... ok > test_e501_experimental_long_function_call_elements > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_function_call_elements) > ... ok > test_e501_experimental_long_nested_tuples_in_arrays > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_long_nested_tuples_in_arrays) > ... ok > test_e501_experimental_more_complicated > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_more_complicated) > ... ok > test_e501_experimental_no_line_change > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_line_change) > ... ok > test_e501_experimental_no_splitting_at_dot > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_at_dot) > ... ok > test_e501_experimental_no_splitting_before_arg_list > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_before_arg_list) > ... ok > test_e501_experimental_no_splitting_in_func_call > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_no_splitting_in_func_call) > ... ok > test_e501_experimental_oversized_default_initializer > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_oversized_default_initializer) > ... ok > test_e501_experimental_parsing_dict_with_comments > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_parsing_dict_with_comments) > ... ok > test_e501_experimental_shorten_at_commas_skip > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_shorten_at_commas_skip) > ... ok > test_e501_experimental_should_cut_comment_pattern > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_cut_comment_pattern) > ... read config path: /dev/null > read config path: /<<PKGBUILDDIR>>/test/fake_configuration/.pep8 > enable config: section=pep8, key=indent-size, value=2 > Generating grammar tables from /usr/lib/python3.11/lib2to3/Grammar.txt > Generating grammar tables from /usr/lib/python3.11/lib2to3/PatternGrammar.txt > ok > test_e501_experimental_should_ignore_imports > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_ignore_imports) > ... ok > test_e501_experimental_should_not_break_on_dot > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_break_on_dot) > ... ok > test_e501_experimental_should_not_do_useless_things > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_do_useless_things) > ... ok > test_e501_experimental_should_not_interfere_with_non_comment > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_interfere_with_non_comment) > ... ok > test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic) > ... ok > test_e501_experimental_should_only_modify_last_comment > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_should_only_modify_last_comment) > ... ok > test_e501_experimental_skip_even_more_complicated > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_skip_even_more_complicated) > ... ok > test_e501_experimental_splitting_small_arrays > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_splitting_small_arrays) > ... ok > test_e501_experimental_tuple_on_line > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line) > ... skipped 'To do' > test_e501_experimental_tuple_on_line_two_space_indent > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_tuple_on_line_two_space_indent) > ... ok > test_e501_experimental_while_line_over_limit > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_while_line_over_limit) > ... ok > test_e501_experimental_with_commas_and_colons > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_commas_and_colons) > ... ok > test_e501_experimental_with_comment > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment) > ... ok > test_e501_experimental_with_comment_should_not_modify_docstring > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_comment_should_not_modify_docstring) > ... ok > test_e501_experimental_with_complex_reformat > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_complex_reformat) > ... ok > test_e501_experimental_with_def > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_def) > ... ok > test_e501_experimental_with_dot_calls > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_dot_calls) > ... ok > test_e501_experimental_with_function_should_not_break_on_colon > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_function_should_not_break_on_colon) > ... ok > test_e501_experimental_with_in > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_in) > ... ok > test_e501_experimental_with_indent > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_indent) > ... ok > test_e501_experimental_with_inline_comments > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments) > ... ok > test_e501_experimental_with_inline_comments_should_skip_edge_cases > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_edge_cases) > ... ok > test_e501_experimental_with_inline_comments_should_skip_keywords > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_keywords) > ... ok > test_e501_experimental_with_inline_comments_should_skip_multiline > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_inline_comments_should_skip_multiline) > ... ok > test_e501_experimental_with_logical_fix > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix) > ... ok > test_e501_experimental_with_logical_fix_and_physical_fix > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_logical_fix_and_physical_fix) > ... ok > test_e501_experimental_with_multiple_lines > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_multiple_lines) > ... ok > test_e501_experimental_with_percent > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_percent) > ... ok > test_e501_experimental_with_shorter_length > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_shorter_length) > ... ok > test_e501_experimental_with_tuple > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple) > ... ok > test_e501_experimental_with_tuple_assignment > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_assignment) > ... ok > test_e501_experimental_with_tuple_in_list > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_tuple_in_list) > ... ok > test_e501_experimental_with_unicode > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_unicode) > ... ok > test_e501_experimental_with_very_long_line > (test.test_autopep8.ExperimentalSystemTests.test_e501_experimental_with_very_long_line) > ... ok > test_e501_shorten_comment_with_experimental > (test.test_autopep8.ExperimentalSystemTests.test_e501_shorten_comment_with_experimental) > ... ok > test_e501_with_experimental > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental) ... > ok > test_e501_with_experimental_and_carriage_returns_only > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_carriage_returns_only) > Make sure _find_logical() does not crash. ... ok > test_e501_with_experimental_and_escaped_newline > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_escaped_newline) > ... ok > test_e501_with_experimental_and_indentation > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_indentation) > ... ok > test_e501_with_experimental_and_multiline_string > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string) > ... ok > test_e501_with_experimental_and_multiline_string_in_parens > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_in_parens) > ... ok > test_e501_with_experimental_and_multiline_string_with_addition > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_experimental_and_multiline_string_with_addition) > ... ok > test_e501_with_logical_fix_and_adjacent_strings > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_logical_fix_and_adjacent_strings) > ... ok > test_e501_with_multiple_keys_and_experimental > (test.test_autopep8.ExperimentalSystemTests.test_e501_with_multiple_keys_and_experimental) > ... ok > test_autopep8_disable (test.test_autopep8.SystemTests.test_autopep8_disable) > ... ok > test_autopep8_disable_multi > (test.test_autopep8.SystemTests.test_autopep8_disable_multi) ... ok > test_e101 (test.test_autopep8.SystemTests.test_e101) ... ok > test_e101_should_fix_docstrings > (test.test_autopep8.SystemTests.test_e101_should_fix_docstrings) ... ok > test_e101_should_ignore_multiline_strings > (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings) > ... ok > test_e101_should_ignore_multiline_strings_complex > (test.test_autopep8.SystemTests.test_e101_should_ignore_multiline_strings_complex) > ... ok > test_e101_should_not_expand_non_indentation_tabs > (test.test_autopep8.SystemTests.test_e101_should_not_expand_non_indentation_tabs) > ... ok > test_e101_skip_if_bad_indentation > (test.test_autopep8.SystemTests.test_e101_skip_if_bad_indentation) ... ok > test_e101_skip_innocuous > (test.test_autopep8.SystemTests.test_e101_skip_innocuous) ... ok > test_e101_when_pep8_mistakes_first_tab_in_string > (test.test_autopep8.SystemTests.test_e101_when_pep8_mistakes_first_tab_in_string) > ... ok > test_e101_with_comments > (test.test_autopep8.SystemTests.test_e101_with_comments) ... ok > test_e101_with_indent_size_1 > (test.test_autopep8.SystemTests.test_e101_with_indent_size_1) ... ok > test_e101_with_indent_size_2 > (test.test_autopep8.SystemTests.test_e101_with_indent_size_2) ... ok > test_e101_with_indent_size_3 > (test.test_autopep8.SystemTests.test_e101_with_indent_size_3) ... ok > test_e111_long (test.test_autopep8.SystemTests.test_e111_long) ... ok > test_e111_longer (test.test_autopep8.SystemTests.test_e111_longer) ... ok > test_e111_multiple_levels > (test.test_autopep8.SystemTests.test_e111_multiple_levels) ... ok > test_e111_short (test.test_autopep8.SystemTests.test_e111_short) ... ok > test_e111_should_not_modify_string_contents > (test.test_autopep8.SystemTests.test_e111_should_not_modify_string_contents) > ... ok > test_e111_with_dedent (test.test_autopep8.SystemTests.test_e111_with_dedent) > ... ok > test_e111_with_other_errors > (test.test_autopep8.SystemTests.test_e111_with_other_errors) ... ok > test_e112_should_leave_bad_syntax_alone > (test.test_autopep8.SystemTests.test_e112_should_leave_bad_syntax_alone) ... > ok > test_e113 (test.test_autopep8.SystemTests.test_e113) ... ok > test_e113_bad_syntax (test.test_autopep8.SystemTests.test_e113_bad_syntax) > ... ok > test_e114 (test.test_autopep8.SystemTests.test_e114) ... ok > test_e115 (test.test_autopep8.SystemTests.test_e115) ... ok > test_e116 (test.test_autopep8.SystemTests.test_e116) ... ok > test_e117 (test.test_autopep8.SystemTests.test_e117) ... ok > test_e121_with_multiline_string > (test.test_autopep8.SystemTests.test_e121_with_multiline_string) ... ok > test_e122_with_fallback > (test.test_autopep8.SystemTests.test_e122_with_fallback) ... ok > test_e123 (test.test_autopep8.SystemTests.test_e123) ... ok > test_e123_with_escaped_newline > (test.test_autopep8.SystemTests.test_e123_with_escaped_newline) ... ok > test_e125_with_multiline_string > (test.test_autopep8.SystemTests.test_e125_with_multiline_string) ... ok > test_e125_with_multiline_string_okay > (test.test_autopep8.SystemTests.test_e125_with_multiline_string_okay) ... ok > test_e126 (test.test_autopep8.SystemTests.test_e126) ... ok > test_e126_should_not_interfere_with_other_fixes > (test.test_autopep8.SystemTests.test_e126_should_not_interfere_with_other_fixes) > ... ok > test_e127 (test.test_autopep8.SystemTests.test_e127) ... ok > test_e127_align_visual_indent > (test.test_autopep8.SystemTests.test_e127_align_visual_indent) ... ok > test_e127_align_visual_indent_okay > (test.test_autopep8.SystemTests.test_e127_align_visual_indent_okay) > This is for code coverage. ... ok > test_e127_with_backslash > (test.test_autopep8.SystemTests.test_e127_with_backslash) ... ok > test_e127_with_bracket_then_parenthesis > (test.test_autopep8.SystemTests.test_e127_with_bracket_then_parenthesis) ... > ok > test_e128_with_aaa_option > (test.test_autopep8.SystemTests.test_e128_with_aaa_option) ... ok > test_e129 (test.test_autopep8.SystemTests.test_e129) ... ok > test_e12_large (test.test_autopep8.SystemTests.test_e12_large) ... ok > test_e12_reindent (test.test_autopep8.SystemTests.test_e12_reindent) ... ok > test_e12_reindent_with_multiple_fixes > (test.test_autopep8.SystemTests.test_e12_reindent_with_multiple_fixes) ... ok > test_e12_tricky (test.test_autopep8.SystemTests.test_e12_tricky) ... ok > test_e12_with_backslash > (test.test_autopep8.SystemTests.test_e12_with_backslash) ... ok > test_e12_with_bad_indentation > (test.test_autopep8.SystemTests.test_e12_with_bad_indentation) ... ok > test_e131_invalid_indent_with_select_option > (test.test_autopep8.SystemTests.test_e131_invalid_indent_with_select_option) > ... ok > test_e131_with_select_option > (test.test_autopep8.SystemTests.test_e131_with_select_option) ... ok > test_e133 (test.test_autopep8.SystemTests.test_e133) ... ok > test_e133_no_indentation_line > (test.test_autopep8.SystemTests.test_e133_no_indentation_line) ... ok > test_e133_not_effected > (test.test_autopep8.SystemTests.test_e133_not_effected) ... ok > test_e201 (test.test_autopep8.SystemTests.test_e201) ... ok > test_e202 (test.test_autopep8.SystemTests.test_e202) ... ok > test_e202_multiline (test.test_autopep8.SystemTests.test_e202_multiline) ... > ok > test_e202_skip_multiline_with_escaped_newline > (test.test_autopep8.SystemTests.test_e202_skip_multiline_with_escaped_newline) > ... ok > test_e203_colon (test.test_autopep8.SystemTests.test_e203_colon) ... ok > test_e203_comma (test.test_autopep8.SystemTests.test_e203_comma) ... ok > test_e203_semicolon (test.test_autopep8.SystemTests.test_e203_semicolon) ... > ok > test_e203_with_newline > (test.test_autopep8.SystemTests.test_e203_with_newline) ... ok > test_e211 (test.test_autopep8.SystemTests.test_e211) ... ok > test_e221 (test.test_autopep8.SystemTests.test_e221) ... ok > test_e221_do_not_skip_multiline > (test.test_autopep8.SystemTests.test_e221_do_not_skip_multiline) ... ok > test_e222 (test.test_autopep8.SystemTests.test_e222) ... ok > test_e222_with_multiline > (test.test_autopep8.SystemTests.test_e222_with_multiline) ... ok > test_e223 (test.test_autopep8.SystemTests.test_e223) ... ok > test_e223_double (test.test_autopep8.SystemTests.test_e223_double) ... ok > test_e223_with_tab_indentation > (test.test_autopep8.SystemTests.test_e223_with_tab_indentation) ... ok > test_e224 (test.test_autopep8.SystemTests.test_e224) ... ok > test_e224_double (test.test_autopep8.SystemTests.test_e224_double) ... ok > test_e224_with_tab_indentation > (test.test_autopep8.SystemTests.test_e224_with_tab_indentation) ... ok > test_e225 (test.test_autopep8.SystemTests.test_e225) ... ok > test_e225_with_indentation_fix > (test.test_autopep8.SystemTests.test_e225_with_indentation_fix) ... ok > test_e226 (test.test_autopep8.SystemTests.test_e226) ... ok > test_e227 (test.test_autopep8.SystemTests.test_e227) ... ok > test_e228 (test.test_autopep8.SystemTests.test_e228) ... ok > test_e231 (test.test_autopep8.SystemTests.test_e231) ... ok > test_e231_should_only_do_ws_comma_once > (test.test_autopep8.SystemTests.test_e231_should_only_do_ws_comma_once) > If we don't check appropriately, we end up doing ws_comma multiple ... ok > test_e231_with_colon_after_comma > (test.test_autopep8.SystemTests.test_e231_with_colon_after_comma) > ws_comma fixer ignores this case. ... ok > test_e231_with_many_commas > (test.test_autopep8.SystemTests.test_e231_with_many_commas) ... ok > test_e241 (test.test_autopep8.SystemTests.test_e241) ... ok > test_e241_double (test.test_autopep8.SystemTests.test_e241_double) ... ok > test_e241_should_be_enabled_by_aggressive > (test.test_autopep8.SystemTests.test_e241_should_be_enabled_by_aggressive) > ... ok > test_e242 (test.test_autopep8.SystemTests.test_e242) ... ok > test_e242_double (test.test_autopep8.SystemTests.test_e242_double) ... ok > test_e251 (test.test_autopep8.SystemTests.test_e251) ... ok > test_e251_with_argument_on_next_line > (test.test_autopep8.SystemTests.test_e251_with_argument_on_next_line) ... ok > test_e251_with_calling > (test.test_autopep8.SystemTests.test_e251_with_calling) ... ok > test_e251_with_escaped_newline > (test.test_autopep8.SystemTests.test_e251_with_escaped_newline) ... ok > test_e252 (test.test_autopep8.SystemTests.test_e252) ... ok > test_e252_with_argument_on_next_line > (test.test_autopep8.SystemTests.test_e252_with_argument_on_next_line) ... ok > test_e252_with_escaped_newline > (test.test_autopep8.SystemTests.test_e252_with_escaped_newline) ... ok > test_e261 (test.test_autopep8.SystemTests.test_e261) ... ok > test_e261_with_comma (test.test_autopep8.SystemTests.test_e261_with_comma) > ... ok > test_e261_with_dictionary > (test.test_autopep8.SystemTests.test_e261_with_dictionary) ... ok > test_e261_with_dictionary_no_space > (test.test_autopep8.SystemTests.test_e261_with_dictionary_no_space) ... ok > test_e261_with_inline_commented_out_code > (test.test_autopep8.SystemTests.test_e261_with_inline_commented_out_code) ... > ok > test_e262_hash_in_string > (test.test_autopep8.SystemTests.test_e262_hash_in_string) ... ok > test_e262_hash_in_string_and_multiple_hashes > (test.test_autopep8.SystemTests.test_e262_hash_in_string_and_multiple_hashes) > ... ok > test_e262_more_complex > (test.test_autopep8.SystemTests.test_e262_more_complex) ... ok > test_e262_more_space (test.test_autopep8.SystemTests.test_e262_more_space) > ... ok > test_e262_none_space (test.test_autopep8.SystemTests.test_e262_none_space) > ... ok > test_e265 (test.test_autopep8.SystemTests.test_e265) ... ok > test_e265_ignores_special_comments > (test.test_autopep8.SystemTests.test_e265_ignores_special_comments) ... ok > test_e265_ignores_special_comments_in_middle_of_file > (test.test_autopep8.SystemTests.test_e265_ignores_special_comments_in_middle_of_file) > ... ok > test_e265_only (test.test_autopep8.SystemTests.test_e265_only) ... ok > test_e266 (test.test_autopep8.SystemTests.test_e266) ... ok > test_e266_only (test.test_autopep8.SystemTests.test_e266_only) ... ok > test_e271 (test.test_autopep8.SystemTests.test_e271) ... ok > test_e271_with_multiline > (test.test_autopep8.SystemTests.test_e271_with_multiline) ... ok > test_e272 (test.test_autopep8.SystemTests.test_e272) ... ok > test_e273 (test.test_autopep8.SystemTests.test_e273) ... ok > test_e274 (test.test_autopep8.SystemTests.test_e274) ... ok > test_e301 (test.test_autopep8.SystemTests.test_e301) ... ok > test_e301_extended_with_docstring > (test.test_autopep8.SystemTests.test_e301_extended_with_docstring) ... ok > test_e302 (test.test_autopep8.SystemTests.test_e302) ... ok > test_e302_bug (test.test_autopep8.SystemTests.test_e302_bug) > Avoid creating bad syntax. ... ok > test_e303 (test.test_autopep8.SystemTests.test_e303) ... ok > test_e303_extended (test.test_autopep8.SystemTests.test_e303_extended) ... ok > test_e303_with_e305 (test.test_autopep8.SystemTests.test_e303_with_e305) ... > ok > test_e304 (test.test_autopep8.SystemTests.test_e304) ... ok > test_e304_with_comment > (test.test_autopep8.SystemTests.test_e304_with_comment) ... ok > test_e305 (test.test_autopep8.SystemTests.test_e305) ... ok > test_e306 (test.test_autopep8.SystemTests.test_e306) ... ok > test_e401 (test.test_autopep8.SystemTests.test_e401) ... ok > test_e401_should_ignore_commented_comma > (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma) ... > ok > test_e401_should_ignore_commented_comma_with_indentation > (test.test_autopep8.SystemTests.test_e401_should_ignore_commented_comma_with_indentation) > ... ok > test_e401_should_ignore_false_positive > (test.test_autopep8.SystemTests.test_e401_should_ignore_false_positive) ... ok > test_e401_with_escaped_newline_case > (test.test_autopep8.SystemTests.test_e401_with_escaped_newline_case) ... ok > test_e401_with_indentation > (test.test_autopep8.SystemTests.test_e401_with_indentation) ... ok > test_e401_with_multiline_from_import > (test.test_autopep8.SystemTests.test_e401_with_multiline_from_import) ... ok > test_e402 (test.test_autopep8.SystemTests.test_e402) ... ok > test_e402_duplicate_module > (test.test_autopep8.SystemTests.test_e402_duplicate_module) ... ok > test_e402_import_some_modules > (test.test_autopep8.SystemTests.test_e402_import_some_modules) ... ok > test_e402_with_dunder (test.test_autopep8.SystemTests.test_e402_with_dunder) > ... ok > test_e402_with_dunder_lines > (test.test_autopep8.SystemTests.test_e402_with_dunder_lines) ... ok > test_e402_with_future_import > (test.test_autopep8.SystemTests.test_e402_with_future_import) ... ok > test_e402_with_module_doc > (test.test_autopep8.SystemTests.test_e402_with_module_doc) ... ok > test_e402_with_multiline_from_future_import > (test.test_autopep8.SystemTests.test_e402_with_multiline_from_future_import) > ... ok > test_e501_aggressive_decorator > (test.test_autopep8.SystemTests.test_e501_aggressive_decorator) ... ok > test_e501_aggressive_intermingled_comments > (test.test_autopep8.SystemTests.test_e501_aggressive_intermingled_comments) > ... ok > test_e501_aggressive_long_class_name > (test.test_autopep8.SystemTests.test_e501_aggressive_long_class_name) ... ok > test_e501_aggressive_long_comment_and_long_line > (test.test_autopep8.SystemTests.test_e501_aggressive_long_comment_and_long_line) > ... ok > test_e501_aggressive_with_def > (test.test_autopep8.SystemTests.test_e501_aggressive_with_def) ... ok > test_e501_aggressive_with_percent > (test.test_autopep8.SystemTests.test_e501_aggressive_with_percent) ... ok > test_e501_aggressive_with_tuple > (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple) ... ok > test_e501_aggressive_with_tuple_in_list > (test.test_autopep8.SystemTests.test_e501_aggressive_with_tuple_in_list) ... > ok > test_e501_alone_with_indentation > (test.test_autopep8.SystemTests.test_e501_alone_with_indentation) ... ok > test_e501_alone_with_tuple > (test.test_autopep8.SystemTests.test_e501_alone_with_tuple) ... ok > test_e501_arithmetic_operator_with_indent > (test.test_autopep8.SystemTests.test_e501_arithmetic_operator_with_indent) > ... ok > test_e501_avoid_breaking_at_empty_parentheses_if_possible > (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_empty_parentheses_if_possible) > ... ok > test_e501_avoid_breaking_at_multi_level_slice > (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_multi_level_slice) > Prevents line break on slice notation, dict access in this example: ... ok > test_e501_avoid_breaking_at_opening_slice > (test.test_autopep8.SystemTests.test_e501_avoid_breaking_at_opening_slice) > Prevents line break on slice notation, dict access in this example: ... ok > test_e501_basic (test.test_autopep8.SystemTests.test_e501_basic) ... ok > test_e501_basic_should_prefer_balanced_brackets > (test.test_autopep8.SystemTests.test_e501_basic_should_prefer_balanced_brackets) > ... ok > test_e501_do_not_begin_line_with_comma > (test.test_autopep8.SystemTests.test_e501_do_not_begin_line_with_comma) ... ok > test_e501_do_not_break_on_keyword > (test.test_autopep8.SystemTests.test_e501_do_not_break_on_keyword) ... ok > test_e501_for_line_over_limit > (test.test_autopep8.SystemTests.test_e501_for_line_over_limit) ... ok > test_e501_if_line_over_limit > (test.test_autopep8.SystemTests.test_e501_if_line_over_limit) ... ok > test_e501_more_aggressive_with_def > (test.test_autopep8.SystemTests.test_e501_more_aggressive_with_def) ... ok > test_e501_more_complicated > (test.test_autopep8.SystemTests.test_e501_more_complicated) ... ok > test_e501_shorten_at_commas_skip > (test.test_autopep8.SystemTests.test_e501_shorten_at_commas_skip) ... ok > test_e501_shorten_comment_with_aggressive > (test.test_autopep8.SystemTests.test_e501_shorten_comment_with_aggressive) > ... ok > test_e501_shorten_comment_without_aggressive > (test.test_autopep8.SystemTests.test_e501_shorten_comment_without_aggressive) > Do nothing without aggressive. ... ok > test_e501_shorten_with_backslash > (test.test_autopep8.SystemTests.test_e501_shorten_with_backslash) ... ok > test_e501_should_break_before_tuple_start > (test.test_autopep8.SystemTests.test_e501_should_break_before_tuple_start) > ... ok > test_e501_should_cut_comment_pattern > (test.test_autopep8.SystemTests.test_e501_should_cut_comment_pattern) ... ok > test_e501_should_ignore_imports > (test.test_autopep8.SystemTests.test_e501_should_ignore_imports) ... ok > test_e501_should_not_break_on_dot > (test.test_autopep8.SystemTests.test_e501_should_not_break_on_dot) ... ok > test_e501_should_not_do_useless_things > (test.test_autopep8.SystemTests.test_e501_should_not_do_useless_things) ... ok > test_e501_should_not_interfere_with_non_comment > (test.test_autopep8.SystemTests.test_e501_should_not_interfere_with_non_comment) > ... ok > test_e501_should_not_try_to_break_at_every_paren_in_arithmetic > (test.test_autopep8.SystemTests.test_e501_should_not_try_to_break_at_every_paren_in_arithmetic) > ... ok > test_e501_should_only_modify_last_comment > (test.test_autopep8.SystemTests.test_e501_should_only_modify_last_comment) > ... ok > test_e501_skip_even_more_complicated > (test.test_autopep8.SystemTests.test_e501_skip_even_more_complicated) ... ok > test_e501_while_line_over_limit > (test.test_autopep8.SystemTests.test_e501_while_line_over_limit) ... ok > test_e501_with_aggressive > (test.test_autopep8.SystemTests.test_e501_with_aggressive) ... ok > test_e501_with_aggressive_and_carriage_returns_only > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_carriage_returns_only) > Make sure _find_logical() does not crash. ... ok > test_e501_with_aggressive_and_escaped_newline > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_escaped_newline) > ... ok > test_e501_with_aggressive_and_import > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_import) ... ok > test_e501_with_aggressive_and_indentation > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_indentation) > ... ok > test_e501_with_aggressive_and_massive_number_of_logical_lines > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_massive_number_of_logical_lines) > We do not care about results here. ... ok > test_e501_with_aggressive_and_multiline_string > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string) > ... ok > test_e501_with_aggressive_and_multiline_string_in_parens > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_in_parens) > ... ok > test_e501_with_aggressive_and_multiline_string_with_addition > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiline_string_with_addition) > ... ok > test_e501_with_aggressive_and_multiple_logical_lines > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines) > ... ok > test_e501_with_aggressive_and_multiple_logical_lines_with_math > (test.test_autopep8.SystemTests.test_e501_with_aggressive_and_multiple_logical_lines_with_math) > ... ok > test_e501_with_commas_and_colons > (test.test_autopep8.SystemTests.test_e501_with_commas_and_colons) ... ok > test_e501_with_comment > (test.test_autopep8.SystemTests.test_e501_with_comment) ... ok > test_e501_with_comment_should_not_modify_docstring > (test.test_autopep8.SystemTests.test_e501_with_comment_should_not_modify_docstring) > ... ok > test_e501_with_dictionary > (test.test_autopep8.SystemTests.test_e501_with_dictionary) ... ok > test_e501_with_function_should_not_break_on_colon > (test.test_autopep8.SystemTests.test_e501_with_function_should_not_break_on_colon) > ... ok > test_e501_with_in (test.test_autopep8.SystemTests.test_e501_with_in) ... ok > test_e501_with_indent (test.test_autopep8.SystemTests.test_e501_with_indent) > ... ok > test_e501_with_inline_comments > (test.test_autopep8.SystemTests.test_e501_with_inline_comments) ... ok > test_e501_with_inline_comments_should_skip_edge_cases > (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_edge_cases) > ... ok > test_e501_with_inline_comments_should_skip_keywords > (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords) > ... ok > test_e501_with_inline_comments_should_skip_keywords_without_aggressive > (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_keywords_without_aggressive) > ... ok > test_e501_with_inline_comments_should_skip_multiline > (test.test_autopep8.SystemTests.test_e501_with_inline_comments_should_skip_multiline) > ... ok > test_e501_with_lambda (test.test_autopep8.SystemTests.test_e501_with_lambda) > ... ok > test_e501_with_logical_fix > (test.test_autopep8.SystemTests.test_e501_with_logical_fix) ... ok > test_e501_with_logical_fix_and_adjacent_strings > (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_adjacent_strings) > ... ok > test_e501_with_logical_fix_and_physical_fix > (test.test_autopep8.SystemTests.test_e501_with_logical_fix_and_physical_fix) > ... ok > test_e501_with_multiple_keys_and_aggressive > (test.test_autopep8.SystemTests.test_e501_with_multiple_keys_and_aggressive) > ... ok > test_e501_with_multiple_lines > (test.test_autopep8.SystemTests.test_e501_with_multiple_lines) ... ok > test_e501_with_multiple_lines_and_quotes > (test.test_autopep8.SystemTests.test_e501_with_multiple_lines_and_quotes) ... > ok > test_e501_with_pep572_assignment_expressions > (test.test_autopep8.SystemTests.test_e501_with_pep572_assignment_expressions) > ... ok > test_e501_with_shorter_length > (test.test_autopep8.SystemTests.test_e501_with_shorter_length) ... ok > test_e501_with_very_long_line > (test.test_autopep8.SystemTests.test_e501_with_very_long_line) ... ok > test_e502 (test.test_autopep8.SystemTests.test_e502) ... ok > test_e701 (test.test_autopep8.SystemTests.test_e701) ... ok > test_e701_with_escaped_newline > (test.test_autopep8.SystemTests.test_e701_with_escaped_newline) ... ok > test_e701_with_escaped_newline_and_spaces > (test.test_autopep8.SystemTests.test_e701_with_escaped_newline_and_spaces) > ... ok > test_e702 (test.test_autopep8.SystemTests.test_e702) ... ok > test_e702_after_colon_should_be_untouched > (test.test_autopep8.SystemTests.test_e702_after_colon_should_be_untouched) > ... ok > test_e702_indent_correctly > (test.test_autopep8.SystemTests.test_e702_indent_correctly) ... ok > test_e702_more_complicated > (test.test_autopep8.SystemTests.test_e702_more_complicated) ... ok > test_e702_with_dict_semicolon > (test.test_autopep8.SystemTests.test_e702_with_dict_semicolon) ... ok > test_e702_with_e701_and_only_select_e702_option > (test.test_autopep8.SystemTests.test_e702_with_e701_and_only_select_e702_option) > ... ok > test_e702_with_escaped_newline > (test.test_autopep8.SystemTests.test_e702_with_escaped_newline) ... ok > test_e702_with_escaped_newline_with_indentation > (test.test_autopep8.SystemTests.test_e702_with_escaped_newline_with_indentation) > ... ok > test_e702_with_non_ascii_file > (test.test_autopep8.SystemTests.test_e702_with_non_ascii_file) ... ok > test_e702_with_semicolon_after_string > (test.test_autopep8.SystemTests.test_e702_with_semicolon_after_string) ... ok > test_e702_with_semicolon_and_space_at_end > (test.test_autopep8.SystemTests.test_e702_with_semicolon_and_space_at_end) > ... ok > test_e702_with_semicolon_at_end > (test.test_autopep8.SystemTests.test_e702_with_semicolon_at_end) ... ok > test_e702_with_semicolon_in_string > (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string) ... ok > test_e702_with_semicolon_in_string_to_the_right > (test.test_autopep8.SystemTests.test_e702_with_semicolon_in_string_to_the_right) > ... ok > test_e702_with_triple_quote > (test.test_autopep8.SystemTests.test_e702_with_triple_quote) ... ok > test_e702_with_triple_quote_and_indent > (test.test_autopep8.SystemTests.test_e702_with_triple_quote_and_indent) ... ok > test_e702_with_whitespace > (test.test_autopep8.SystemTests.test_e702_with_whitespace) ... ok > test_e703_in_example_of_readme > (test.test_autopep8.SystemTests.test_e703_in_example_of_readme) ... ok > test_e703_with_inline_comment > (test.test_autopep8.SystemTests.test_e703_with_inline_comment) ... ok > test_e704 (test.test_autopep8.SystemTests.test_e704) ... ok > test_e704_not_work_with_aa_option > (test.test_autopep8.SystemTests.test_e704_not_work_with_aa_option) ... ok > test_e711 (test.test_autopep8.SystemTests.test_e711) ... ok > test_e711_and_e712 (test.test_autopep8.SystemTests.test_e711_and_e712) ... ok > test_e711_in_conditional > (test.test_autopep8.SystemTests.test_e711_in_conditional) ... ok > test_e711_in_conditional_with_multiple_instances > (test.test_autopep8.SystemTests.test_e711_in_conditional_with_multiple_instances) > ... ok > test_e711_with_not_equals_none > (test.test_autopep8.SystemTests.test_e711_with_not_equals_none) ... ok > test_e712 (test.test_autopep8.SystemTests.test_e712) ... ok > test_e712_in_conditional_with_multiple_instances > (test.test_autopep8.SystemTests.test_e712_in_conditional_with_multiple_instances) > ... ok > test_e712_only_if_aggressive_level_2 > (test.test_autopep8.SystemTests.test_e712_only_if_aggressive_level_2) ... ok > test_e712_with_dict_value > (test.test_autopep8.SystemTests.test_e712_with_dict_value) ... ok > test_e712_with_false (test.test_autopep8.SystemTests.test_e712_with_false) > ... ok > test_e712_with_special_case_equal_false > (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_false) ... > ok > test_e712_with_special_case_equal_not_true > (test.test_autopep8.SystemTests.test_e712_with_special_case_equal_not_true) > ... ok > test_e713 (test.test_autopep8.SystemTests.test_e713) ... ok > test_e713_and_e714 (test.test_autopep8.SystemTests.test_e713_and_e714) ... ok > test_e713_chain (test.test_autopep8.SystemTests.test_e713_chain) ... ok > test_e713_chain2 (test.test_autopep8.SystemTests.test_e713_chain2) ... ok > test_e713_chain3 (test.test_autopep8.SystemTests.test_e713_chain3) ... ok > test_e713_chain4 (test.test_autopep8.SystemTests.test_e713_chain4) ... ok > test_e713_more (test.test_autopep8.SystemTests.test_e713_more) ... ok > test_e713_with_in (test.test_autopep8.SystemTests.test_e713_with_in) ... ok > test_e713_with_single_quote > (test.test_autopep8.SystemTests.test_e713_with_single_quote) ... ok > test_e713_with_tuple (test.test_autopep8.SystemTests.test_e713_with_tuple) > ... ok > test_e714 (test.test_autopep8.SystemTests.test_e714) ... ok > test_e714_chain (test.test_autopep8.SystemTests.test_e714_chain) ... ok > test_e714_with_is (test.test_autopep8.SystemTests.test_e714_with_is) ... ok > test_e714_with_single_quote > (test.test_autopep8.SystemTests.test_e714_with_single_quote) ... ok > test_e721 (test.test_autopep8.SystemTests.test_e721) ... ok > test_e721_in_conditional > (test.test_autopep8.SystemTests.test_e721_in_conditional) ... ok > test_e721_with_str (test.test_autopep8.SystemTests.test_e721_with_str) ... ok > test_e722 (test.test_autopep8.SystemTests.test_e722) ... ok > test_e722_non_aggressive > (test.test_autopep8.SystemTests.test_e722_non_aggressive) ... ok > test_e722_with_if_else_stmt > (test.test_autopep8.SystemTests.test_e722_with_if_else_stmt) ... ok > test_e731 (test.test_autopep8.SystemTests.test_e731) ... ok > test_e731_no_arg (test.test_autopep8.SystemTests.test_e731_no_arg) ... ok > test_e731_with_args (test.test_autopep8.SystemTests.test_e731_with_args) ... > ok > test_e731_with_default_arguments > (test.test_autopep8.SystemTests.test_e731_with_default_arguments) ... ok > test_e731_with_select_option > (test.test_autopep8.SystemTests.test_e731_with_select_option) ... ok > test_e731_with_tuple_arg > (test.test_autopep8.SystemTests.test_e731_with_tuple_arg) ... ok > test_e901_should_cause_indentation_screw_up > (test.test_autopep8.SystemTests.test_e901_should_cause_indentation_screw_up) > ... ok > test_exchange_multiple_imports_with_def > (test.test_autopep8.SystemTests.test_exchange_multiple_imports_with_def) ... > ok > test_execfile_in_lambda_should_not_be_modified > (test.test_autopep8.SystemTests.test_execfile_in_lambda_should_not_be_modified) > Modifying this to the exec() form is invalid in Python 2. ... ok > test_fmt_disable (test.test_autopep8.SystemTests.test_fmt_disable) ... ok > test_fmt_disable_with_double_reenable > (test.test_autopep8.SystemTests.test_fmt_disable_with_double_reenable) ... ok > test_fmt_disable_without_reenable > (test.test_autopep8.SystemTests.test_fmt_disable_without_reenable) ... ok > test_fmt_double_disable_and_reenable > (test.test_autopep8.SystemTests.test_fmt_double_disable_and_reenable) ... ok > test_fmt_multi_disable_and_reenable > (test.test_autopep8.SystemTests.test_fmt_multi_disable_and_reenable) ... ok > test_fmt_multi_disable_complex > (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex) ... ok > test_fmt_multi_disable_complex_multi > (test.test_autopep8.SystemTests.test_fmt_multi_disable_complex_multi) ... ok > test_general_disable (test.test_autopep8.SystemTests.test_general_disable) > ... ok > test_ignore_e265 (test.test_autopep8.SystemTests.test_ignore_e265) ... ok > test_ignore_e266 (test.test_autopep8.SystemTests.test_ignore_e266) ... ok > test_ignore_only_w503_with_select_w > (test.test_autopep8.SystemTests.test_ignore_only_w503_with_select_w) ... ok > test_ignore_only_w504_with_select_w > (test.test_autopep8.SystemTests.test_ignore_only_w504_with_select_w) ... ok > test_ignore_w503_and_w504_with_select_w > (test.test_autopep8.SystemTests.test_ignore_w503_and_w504_with_select_w) ... > ok > test_long_import_line (test.test_autopep8.SystemTests.test_long_import_line) > ... ok > test_not_e301_extended_with_comment > (test.test_autopep8.SystemTests.test_not_e301_extended_with_comment) ... ok > test_range (test.test_autopep8.SystemTests.test_range) ... ok > test_range_indent_changes_small_range > (test.test_autopep8.SystemTests.test_range_indent_changes_small_range) ... ok > test_range_indent_continued_statements_last_block > (test.test_autopep8.SystemTests.test_range_indent_continued_statements_last_block) > ... ok > test_range_indent_continued_statements_partial > (test.test_autopep8.SystemTests.test_range_indent_continued_statements_partial) > ... ok > test_range_indent_deep_if_blocks_first_block > (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_first_block) > ... ok > test_range_indent_deep_if_blocks_second_block > (test.test_autopep8.SystemTests.test_range_indent_deep_if_blocks_second_block) > ... ok > test_range_line_number_changes_from_one_line > (test.test_autopep8.SystemTests.test_range_line_number_changes_from_one_line) > ... ok > test_range_with_broken_syntax > (test.test_autopep8.SystemTests.test_range_with_broken_syntax) ... ok > test_should_preserve_vertical_tab > (test.test_autopep8.SystemTests.test_should_preserve_vertical_tab) ... ok > test_trailing_whitespace_in_multiline_string > (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string) > ... ok > test_trailing_whitespace_in_multiline_string_aggressive > (test.test_autopep8.SystemTests.test_trailing_whitespace_in_multiline_string_aggressive) > ... ok > test_w191 (test.test_autopep8.SystemTests.test_w191) ... ok > test_w191_ignore (test.test_autopep8.SystemTests.test_w191_ignore) ... ok > test_w191_should_ignore_multiline_strings > (test.test_autopep8.SystemTests.test_w191_should_ignore_multiline_strings) > ... ok > test_w191_should_ignore_tabs_in_strings > (test.test_autopep8.SystemTests.test_w191_should_ignore_tabs_in_strings) ... > ok > test_w291 (test.test_autopep8.SystemTests.test_w291) ... ok > test_w291_with_comment > (test.test_autopep8.SystemTests.test_w291_with_comment) ... ok > test_w292 (test.test_autopep8.SystemTests.test_w292) ... ok > test_w292_ignore (test.test_autopep8.SystemTests.test_w292_ignore) ... ok > test_w293 (test.test_autopep8.SystemTests.test_w293) ... ok > test_w391 (test.test_autopep8.SystemTests.test_w391) ... ok > test_w391_more_complex > (test.test_autopep8.SystemTests.test_w391_more_complex) ... ok > test_w503 (test.test_autopep8.SystemTests.test_w503) ... ok > test_w503_and_or (test.test_autopep8.SystemTests.test_w503_and_or) ... ok > test_w503_and_w504_conflict > (test.test_autopep8.SystemTests.test_w503_and_w504_conflict) ... ok > test_w503_over_5lines (test.test_autopep8.SystemTests.test_w503_over_5lines) > ... ok > test_w503_skip_default > (test.test_autopep8.SystemTests.test_w503_skip_default) ... ok > test_w503_w504_both_ignored > (test.test_autopep8.SystemTests.test_w503_w504_both_ignored) ... ok > test_w503_w504_none_ignored > (test.test_autopep8.SystemTests.test_w503_w504_none_ignored) ... ok > test_w503_with_comment > (test.test_autopep8.SystemTests.test_w503_with_comment) ... ok > test_w503_with_comment_double > (test.test_autopep8.SystemTests.test_w503_with_comment_double) ... ok > test_w503_with_comment_into_point_out_line > (test.test_autopep8.SystemTests.test_w503_with_comment_into_point_out_line) > ... ok > test_w503_with_comment_with_only_comment_block_charactor > (test.test_autopep8.SystemTests.test_w503_with_comment_with_only_comment_block_charactor) > ... ok > test_w503_with_empty_line > (test.test_autopep8.SystemTests.test_w503_with_empty_line) ... ok > test_w503_with_ignore_w504 > (test.test_autopep8.SystemTests.test_w503_with_ignore_w504) ... ok > test_w503_with_line_comment > (test.test_autopep8.SystemTests.test_w503_with_line_comment) ... ok > test_w503_with_line_comments > (test.test_autopep8.SystemTests.test_w503_with_line_comments) ... ok > test_w504 (test.test_autopep8.SystemTests.test_w504) ... ok > test_w504_comment_on_each_lines > (test.test_autopep8.SystemTests.test_w504_comment_on_each_lines) ... ok > test_w504_comment_on_first_line > (test.test_autopep8.SystemTests.test_w504_comment_on_first_line) ... ok > test_w504_comment_on_second_line > (test.test_autopep8.SystemTests.test_w504_comment_on_second_line) ... ok > test_w504_not_applied_by_default_when_modifying_with_ignore > (test.test_autopep8.SystemTests.test_w504_not_applied_by_default_when_modifying_with_ignore) > ... ok > test_w504_with_e265_ignore_option > (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option) ... ok > test_w504_with_e265_ignore_option_regression > (test.test_autopep8.SystemTests.test_w504_with_e265_ignore_option_regression) > ... ok > test_w504_with_ignore_w503 > (test.test_autopep8.SystemTests.test_w504_with_ignore_w503) ... ok > test_w504_with_line_comment > (test.test_autopep8.SystemTests.test_w504_with_line_comment) ... ok > test_w601 (test.test_autopep8.SystemTests.test_w601) ... ok > test_w601_conditional (test.test_autopep8.SystemTests.test_w601_conditional) > ... ok > test_w601_precedence (test.test_autopep8.SystemTests.test_w601_precedence) > ... ok > test_w601_self (test.test_autopep8.SystemTests.test_w601_self) ... ok > test_w601_self_with_conditional > (test.test_autopep8.SystemTests.test_w601_self_with_conditional) ... ok > test_w601_with_more_complexity > (test.test_autopep8.SystemTests.test_w601_with_more_complexity) ... ok > test_w601_with_multiline > (test.test_autopep8.SystemTests.test_w601_with_multiline) ... ok > test_w601_with_multiple > (test.test_autopep8.SystemTests.test_w601_with_multiple) ... ok > test_w601_with_multiple_nested > (test.test_autopep8.SystemTests.test_w601_with_multiple_nested) ... ok > test_w601_with_non_ascii > (test.test_autopep8.SystemTests.test_w601_with_non_ascii) ... ok > test_w601_with_parens (test.test_autopep8.SystemTests.test_w601_with_parens) > ... ok > test_w601_word (test.test_autopep8.SystemTests.test_w601_word) ... ok > test_w602_arg_is_string > (test.test_autopep8.SystemTests.test_w602_arg_is_string) ... ok > test_w602_arg_is_string_with_comment > (test.test_autopep8.SystemTests.test_w602_arg_is_string_with_comment) ... ok > test_w602_escaped_cr (test.test_autopep8.SystemTests.test_w602_escaped_cr) > ... ok > test_w602_escaped_crlf > (test.test_autopep8.SystemTests.test_w602_escaped_crlf) ... ok > test_w602_escaped_lf (test.test_autopep8.SystemTests.test_w602_escaped_lf) > ... ok > test_w602_indentation (test.test_autopep8.SystemTests.test_w602_indentation) > ... ok > test_w602_invalid_2to3_fixed_case > (test.test_autopep8.SystemTests.test_w602_invalid_2to3_fixed_case) ... ok > test_w602_invalid_2to3_fixed_case_with_valid_syntax > (test.test_autopep8.SystemTests.test_w602_invalid_2to3_fixed_case_with_valid_syntax) > ... skipped 'TODO' > test_w602_multiline (test.test_autopep8.SystemTests.test_w602_multiline) ... > ok > test_w602_multiline_string_stays_the_same > (test.test_autopep8.SystemTests.test_w602_multiline_string_stays_the_same) > ... ok > test_w602_multiline_with_escaped_newline > (test.test_autopep8.SystemTests.test_w602_multiline_with_escaped_newline) ... > ok > test_w602_multiline_with_escaped_newline_and_comment > (test.test_autopep8.SystemTests.test_w602_multiline_with_escaped_newline_and_comment) > ... ok > test_w602_multiline_with_multiple_escaped_newlines > (test.test_autopep8.SystemTests.test_w602_multiline_with_multiple_escaped_newlines) > ... ok > test_w602_multiline_with_nested_quotes > (test.test_autopep8.SystemTests.test_w602_multiline_with_nested_quotes) ... ok > test_w602_multiline_with_trailing_spaces > (test.test_autopep8.SystemTests.test_w602_multiline_with_trailing_spaces) ... > ok > test_w602_multiple_statements > (test.test_autopep8.SystemTests.test_w602_multiple_statements) ... ok > test_w602_raise_argument_triple_fake > (test.test_autopep8.SystemTests.test_w602_raise_argument_triple_fake) ... ok > test_w602_raise_argument_with_indentation > (test.test_autopep8.SystemTests.test_w602_raise_argument_with_indentation) > ... ok > test_w602_skip_ambiguous_case > (test.test_autopep8.SystemTests.test_w602_skip_ambiguous_case) ... ok > test_w602_skip_raise_argument_triple > (test.test_autopep8.SystemTests.test_w602_skip_raise_argument_triple) ... ok > test_w602_skip_raise_argument_triple_with_comment > (test.test_autopep8.SystemTests.test_w602_skip_raise_argument_triple_with_comment) > ... ok > test_w602_triple_quotes > (test.test_autopep8.SystemTests.test_w602_triple_quotes) ... ok > test_w602_with_bad_syntax > (test.test_autopep8.SystemTests.test_w602_with_bad_syntax) ... ok > test_w602_with_complex_multiline > (test.test_autopep8.SystemTests.test_w602_with_complex_multiline) ... ok > test_w602_with_list_comprehension > (test.test_autopep8.SystemTests.test_w602_with_list_comprehension) ... ok > test_w602_with_logic (test.test_autopep8.SystemTests.test_w602_with_logic) > ... ok > test_w602_with_multiline_with_single_quotes > (test.test_autopep8.SystemTests.test_w602_with_multiline_with_single_quotes) > ... ok > test_w603 (test.test_autopep8.SystemTests.test_w603) ... ok > test_w604 (test.test_autopep8.SystemTests.test_w604) ... ok > test_w604_with_multiple_instances > (test.test_autopep8.SystemTests.test_w604_with_multiple_instances) ... ok > test_w604_with_multiple_lines > (test.test_autopep8.SystemTests.test_w604_with_multiple_lines) ... ok > test_w605_identical_token > (test.test_autopep8.SystemTests.test_w605_identical_token) ... ok > test_w605_simple (test.test_autopep8.SystemTests.test_w605_simple) ... ok > test_w605_with_invalid_syntax > (test.test_autopep8.SystemTests.test_w605_with_invalid_syntax) ... ok > test_w605_with_multilines > (test.test_autopep8.SystemTests.test_w605_with_multilines) ... ok > test_with_walrus_operator > (test.test_autopep8.SystemTests.test_with_walrus_operator) > check pycodestyle 2.6.0+ ... ok > test_almost_equal (test.test_autopep8.UnitTests.test_almost_equal) ... ok > test_code_match (test.test_autopep8.UnitTests.test_code_match) ... ok > test_commented_out_code_lines > (test.test_autopep8.UnitTests.test_commented_out_code_lines) ... ok > test_compile_value_error > (test.test_autopep8.UnitTests.test_compile_value_error) ... ok > test_count_unbalanced_brackets > (test.test_autopep8.UnitTests.test_count_unbalanced_brackets) ... ok > test_decode_filename (test.test_autopep8.UnitTests.test_decode_filename) ... > ok > test_detect_encoding (test.test_autopep8.UnitTests.test_detect_encoding) ... > ok > test_detect_encoding_with_cookie > (test.test_autopep8.UnitTests.test_detect_encoding_with_cookie) ... ok > test_extract_code_from_function > (test.test_autopep8.UnitTests.test_extract_code_from_function) ... ok > test_find_files (test.test_autopep8.UnitTests.test_find_files) ... ok > test_find_newline_cr1_and_crlf2 > (test.test_autopep8.UnitTests.test_find_newline_cr1_and_crlf2) ... ok > test_find_newline_cr1_and_lf2 > (test.test_autopep8.UnitTests.test_find_newline_cr1_and_lf2) ... ok > test_find_newline_only_cr > (test.test_autopep8.UnitTests.test_find_newline_only_cr) ... ok > test_find_newline_only_crlf > (test.test_autopep8.UnitTests.test_find_newline_only_crlf) ... ok > test_find_newline_only_lf > (test.test_autopep8.UnitTests.test_find_newline_only_lf) ... ok > test_find_newline_should_default_to_lf > (test.test_autopep8.UnitTests.test_find_newline_should_default_to_lf) ... ok > test_fix_2to3 (test.test_autopep8.UnitTests.test_fix_2to3) ... ok > test_fix_2to3_subset (test.test_autopep8.UnitTests.test_fix_2to3_subset) ... > ok > test_fix_code (test.test_autopep8.UnitTests.test_fix_code) ... ok > test_fix_code_byte_string > (test.test_autopep8.UnitTests.test_fix_code_byte_string) > This feature is here for friendliness to Python 2. ... ok > test_fix_code_with_bad_options > (test.test_autopep8.UnitTests.test_fix_code_with_bad_options) ... ok > test_fix_code_with_empty_string > (test.test_autopep8.UnitTests.test_fix_code_with_empty_string) ... ok > test_fix_code_with_multiple_lines > (test.test_autopep8.UnitTests.test_fix_code_with_multiple_lines) ... ok > test_fix_code_with_options > (test.test_autopep8.UnitTests.test_fix_code_with_options) ... ok > test_fix_e225_avoid_failure > (test.test_autopep8.UnitTests.test_fix_e225_avoid_failure) ... ok > test_fix_e271_ignore_redundant > (test.test_autopep8.UnitTests.test_fix_e271_ignore_redundant) ... ok > test_fix_e401_avoid_non_import > (test.test_autopep8.UnitTests.test_fix_e401_avoid_non_import) ... ok > test_fix_e711_avoid_failure > (test.test_autopep8.UnitTests.test_fix_e711_avoid_failure) ... ok > test_fix_e712_avoid_failure > (test.test_autopep8.UnitTests.test_fix_e712_avoid_failure) ... ok > test_fix_file (test.test_autopep8.UnitTests.test_fix_file) ... ok > test_fix_file_with_diff > (test.test_autopep8.UnitTests.test_fix_file_with_diff) ... ok > test_fix_lines (test.test_autopep8.UnitTests.test_fix_lines) ... ok > test_fix_whitespace (test.test_autopep8.UnitTests.test_fix_whitespace) ... ok > test_fix_whitespace_with_tabs > (test.test_autopep8.UnitTests.test_fix_whitespace_with_tabs) ... ok > test_format_block_comments > (test.test_autopep8.UnitTests.test_format_block_comments) ... ok > test_format_block_comments_should_leave_outline_alone > (test.test_autopep8.UnitTests.test_format_block_comments_should_leave_outline_alone) > ... ok > test_format_block_comments_should_not_corrupt_special_comments > (test.test_autopep8.UnitTests.test_format_block_comments_should_not_corrupt_special_comments) > ... ok > test_format_block_comments_should_only_touch_real_comments > (test.test_autopep8.UnitTests.test_format_block_comments_should_only_touch_real_comments) > ... ok > test_format_block_comments_with_multiple_lines > (test.test_autopep8.UnitTests.test_format_block_comments_with_multiple_lines) > ... ok > test_get_diff_text (test.test_autopep8.UnitTests.test_get_diff_text) ... ok > test_get_diff_text_without_newline > (test.test_autopep8.UnitTests.test_get_diff_text_without_newline) ... ok > test_get_fixed_long_line_empty > (test.test_autopep8.UnitTests.test_get_fixed_long_line_empty) ... ok > test_is_python_file (test.test_autopep8.UnitTests.test_is_python_file) ... ok > test_line_shortening_rank > (test.test_autopep8.UnitTests.test_line_shortening_rank) ... ok > test_match_file (test.test_autopep8.UnitTests.test_match_file) ... ok > test_match_file_with_dummy_file > (test.test_autopep8.UnitTests.test_match_file_with_dummy_file) ... ok > test_multiline_string_lines > (test.test_autopep8.UnitTests.test_multiline_string_lines) ... ok > test_multiline_string_lines_with_many > (test.test_autopep8.UnitTests.test_multiline_string_lines_with_many) ... ok > test_multiline_string_should_not_report_docstrings > (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_docstrings) > ... ok > test_multiline_string_should_not_report_single_line > (test.test_autopep8.UnitTests.test_multiline_string_should_not_report_single_line) > ... ok > test_normalize_line_endings > (test.test_autopep8.UnitTests.test_normalize_line_endings) ... ok > test_normalize_line_endings_with_crlf > (test.test_autopep8.UnitTests.test_normalize_line_endings_with_crlf) ... ok > test_normalize_multiline > (test.test_autopep8.UnitTests.test_normalize_multiline) ... ok > test_priority_key_with_non_existent_key > (test.test_autopep8.UnitTests.test_priority_key_with_non_existent_key) ... ok > test_readlines_from_file_with_bad_encoding > (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding) > Bad encoding should not cause an exception. ... ok > test_readlines_from_file_with_bad_encoding2 > (test.test_autopep8.UnitTests.test_readlines_from_file_with_bad_encoding2) > Bad encoding should not cause an exception. ... ok > test_refactor_with_2to3 > (test.test_autopep8.UnitTests.test_refactor_with_2to3) ... ok > test_refactor_with_2to3_should_handle_syntax_error_gracefully > (test.test_autopep8.UnitTests.test_refactor_with_2to3_should_handle_syntax_error_gracefully) > ... ok > test_reindenter (test.test_autopep8.UnitTests.test_reindenter) ... ok > test_reindenter_not_affect_with_formfeed > (test.test_autopep8.UnitTests.test_reindenter_not_affect_with_formfeed) ... ok > test_reindenter_should_leave_stray_comment_alone > (test.test_autopep8.UnitTests.test_reindenter_should_leave_stray_comment_alone) > ... ok > test_reindenter_with_good_input > (test.test_autopep8.UnitTests.test_reindenter_with_good_input) ... ok > test_reindenter_with_non_standard_indent_size > (test.test_autopep8.UnitTests.test_reindenter_with_non_standard_indent_size) > ... ok > test_shorten_comment (test.test_autopep8.UnitTests.test_shorten_comment) ... > ok > test_shorten_comment_should_not_modify_special_comments > (test.test_autopep8.UnitTests.test_shorten_comment_should_not_modify_special_comments) > ... ok > test_shorten_comment_should_not_split_numbers > (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_numbers) > ... ok > test_shorten_comment_should_not_split_urls > (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_urls) ... > ok > test_shorten_comment_should_not_split_words > (test.test_autopep8.UnitTests.test_shorten_comment_should_not_split_words) > ... ok > test_shorten_line_candidates_are_valid > (test.test_autopep8.UnitTests.test_shorten_line_candidates_are_valid) ... ok > test_split_at_offsets (test.test_autopep8.UnitTests.test_split_at_offsets) > ... ok > test_split_at_offsets_with_out_of_order > (test.test_autopep8.UnitTests.test_split_at_offsets_with_out_of_order) ... ok > test_standard_deviation > (test.test_autopep8.UnitTests.test_standard_deviation) ... ok > test_supported_fixes (test.test_autopep8.UnitTests.test_supported_fixes) ... > ok > test_token_offsets (test.test_autopep8.UnitTests.test_token_offsets) ... ok > test_token_offsets_with_escaped_newline > (test.test_autopep8.UnitTests.test_token_offsets_with_escaped_newline) ... ok > test_token_offsets_with_multiline > (test.test_autopep8.UnitTests.test_token_offsets_with_multiline) ... ok > test_get_module_imports > (test.test_autopep8.UtilityFunctionTests.test_get_module_imports) ... ok > test_get_module_imports_case_of_autopep8 > (test.test_autopep8.UtilityFunctionTests.test_get_module_imports_case_of_autopep8) > ... ok > > ====================================================================== > FAIL: test_in_place_no_modifications_no_writes > (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 5797, in > test_in_place_no_modifications_no_writes > self.assertEqual(err, b'') > AssertionError: b'/<<PKGBUILDDIR>>/aut[161 chars]ze\n' != b'' > > ====================================================================== > FAIL: test_in_place_no_modifications_no_writes_with_empty_file > (test.test_autopep8.CommandLineTests.test_in_place_no_modifications_no_writes_with_empty_file) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test_autopep8.py", line 5809, in > test_in_place_no_modifications_no_writes_with_empty_file > self.assertEqual(err, b'') > AssertionError: b'/<<PKGBUILDDIR>>/aut[161 chars]ze\n' != b'' > > ---------------------------------------------------------------------- > Ran 599 tests in 22.194s > > FAILED (failures=2, skipped=3) > Test failed: <unittest.runner.TextTestResult run=599 errors=0 failures=2> > error: Test failed: <unittest.runner.TextTestResult run=599 errors=0 > failures=2> > E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: > python3.11 setup.py test > I: pybuild base:240: python3.10 setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a > future version. Users looking for a generic test entry point independent of > test runner are encouraged to use tox. > running egg_info > writing autopep8.egg-info/PKG-INFO > writing dependency_links to autopep8.egg-info/dependency_links.txt > writing entry points to autopep8.egg-info/entry_points.txt > writing requirements to autopep8.egg-info/requires.txt > writing top-level names to autopep8.egg-info/top_level.txt > reading manifest file 'autopep8.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching 'test/example' > warning: no files found matching 'test/example/x.py' > warning: no previously-included files matching '*.py' found under directory > 'test/suite' > warning: no previously-included files matching '*.py' found under directory > 'test/suite/out' > warning: no previously-included files found matching '.travis.yml' > warning: no previously-included files found matching 'CONTRIBUTING.rst' > warning: no previously-included files found matching 'Makefile' > warning: no previously-included files found matching 'coveralls.bash' > warning: no previously-included files found matching 'hooks' > warning: no previously-included files found matching 'hooks/pre-push' > warning: no previously-included files found matching 'install_hooks.bash' > warning: no previously-included files found matching 'test/.gitignore' > warning: no previously-included files found matching 'test/acid.py' > warning: no previously-included files found matching 'test/acid_pypi.py' > warning: no previously-included files found matching 'test/suite' > warning: no previously-included files found matching 'test/suite/out' > warning: no previously-included files found matching 'test/vim_autopep8.py' > warning: no previously-included files found matching 'update_readme.py' > adding license file 'LICENSE' > adding license file 'AUTHORS.rst' > writing manifest file 'autopep8.egg-info/SOURCES.txt' > running build_ext > test_diff (test.test_autopep8.CommandLineTests) ... ok > test_diff_with_empty_file (test.test_autopep8.CommandLineTests) ... ok > test_diff_with_exit_code_option (test.test_autopep8.CommandLineTests) ... ok > test_diff_with_nonexistent_file (test.test_autopep8.CommandLineTests) ... ok > test_diff_with_standard_in (test.test_autopep8.CommandLineTests) ... ok > test_e122_and_e302_with_backslash (test.test_autopep8.CommandLineTests) ... ok > test_exclude (test.test_autopep8.CommandLineTests) ... ok > test_exclude_with_directly_file_args (test.test_autopep8.CommandLineTests) > ... ok > test_exit_code_should_be_set_when_standard_in > (test.test_autopep8.CommandLineTests) ... ok > test_exit_code_with_io_error (test.test_autopep8.CommandLineTests) ... ok > test_fixpep8_class_constructor (test.test_autopep8.CommandLineTests) ... > /<<PKGBUILDDIR>>/autopep8.py:187: PendingDeprecationWarning: lib2to3 package > is deprecated and may not be able to parse Python 3.10+ > from lib2to3.pgen2 import tokenize as lib2to3_tokenize > ok > test_help (test.test_autopep8.CommandLineTests) ... ok > test_in_place (test.test_autopep8.CommandLineTests) ... ok > test_in_place_and_diff (test.test_autopep8.CommandLineTests) ... ok > test_in_place_no_modifications_no_writes > (test.test_autopep8.CommandLineTests) ... ok > test_in_place_no_modifications_no_writes_with_empty_file > (test.test_autopep8.CommandLineTests) ... ok > test_in_place_with_empty_file (test.test_autopep8.CommandLineTests) ... ok > test_in_place_with_exit_code_option (test.test_autopep8.CommandLineTests) ... > ok > test_in_place_with_exit_code_option_with_w391 > (test.test_autopep8.CommandLineTests) ... ok > test_in_place_with_w292 (test.test_autopep8.CommandLineTests) ... ok > test_indent_size_is_zero (test.test_autopep8.CommandLineTests) ... > --indent-size must be greater than 0ok > test_inplace_with_multi_files (test.test_autopep8.CommandLineTests) ... ok > test_invalid_option_combinations (test.test_autopep8.CommandLineTests) ... ok > test_list_fixes (test.test_autopep8.CommandLineTests) ... ok > test_non_diff_with_exit_code_and_jobs_options > (test.test_autopep8.CommandLineTests) ... ok > test_non_diff_with_exit_code_option (test.test_autopep8.CommandLineTests) ... > ok > test_parallel_jobs (test.test_autopep8.CommandLineTests) ... ok > test_parallel_jobs_with_automatic_cpu_count > (test.test_autopep8.CommandLineTests) ... ok > test_parallel_jobs_with_diff_option (test.test_autopep8.CommandLineTests) ... > ok > test_parallel_jobs_with_inplace_option_and_io_error > (test.test_autopep8.CommandLineTests) ... ok > test_pep8_ignore (test.test_autopep8.CommandLineTests) ... ok > test_pep8_ignore_should_handle_trailing_comma_gracefully > (test.test_autopep8.CommandLineTests) ... ok > test_pep8_passes (test.test_autopep8.CommandLineTests) ... ok > test_recursive (test.test_autopep8.CommandLineTests) ... ok > test_recursive_should_ignore_hidden (test.test_autopep8.CommandLineTests) ... > ok > test_recursive_should_not_crash_on_unicode_filename > (test.test_autopep8.CommandLineTests) ... ok > test_standard_in (test.test_autopep8.CommandLineTests) ... ok > test_standard_out_should_use_native_line_ending > (test.test_autopep8.CommandLineTests) ... ok > test_standard_out_should_use_native_line_ending_with_cr_input > (test.test_autopep8.CommandLineTests) ... ok > test_verbose (test.test_autopep8.CommandLineTests) ... ok > test_verbose_diff (test.test_autopep8.CommandLineTests) ... ok > test_verbose_with_select_e702 (test.test_autopep8.CommandLineTests) ... ok > test_pyproject_toml_with_flake8_config > (test.test_autopep8.ConfigurationFileTests) > override to flake8 config ... ok > test_pyproject_toml_with_iterable_value > (test.test_autopep8.ConfigurationFileTests) ... ok > test_pyproject_toml_with_verbose_option > (test.test_autopep8.ConfigurationFileTests) > override to flake8 config ... [file:/tmp/autopep8testu2lvjzee/foo.py] > ---> 0 issue(s) to fix {} > ok > test_setupcfg_with_flake8_config (test.test_autopep8.ConfigurationFileTests) > ... [file:/tmp/autopep8testruuvkqvs/foo.py] > ---> 1 issue(s) to fix {'E222': {1}} > ---> 0 issue(s) to fix {} > ok > test_setupcfg_with_pycodestyle_config > (test.test_autopep8.ConfigurationFileTests) ... > [file:/tmp/autopep8testdehuxl49/foo.py] > ---> 1 issue(s) to fix {'E222': {1}} > ---> 0 issue(s) to fix {} > ok > test_config_false_with_local (test.test_autopep8.ConfigurationTests) ... ok > test_config_false_with_local_autocomplete > (test.test_autopep8.ConfigurationTests) ... ok > test_config_false_with_local_space (test.test_autopep8.ConfigurationTests) > ... ok > test_config_false_without_local (test.test_autopep8.ConfigurationTests) ... ok > test_config_local_inclue_invalid_key (test.test_autopep8.ConfigurationTests) > ... ok > test_config_local_int_value (test.test_autopep8.ConfigurationTests) ... ok > test_config_override (test.test_autopep8.ConfigurationTests) ... ok > test_global_config_ignore_locals (test.test_autopep8.ConfigurationTests) ... > ok > test_global_config_with_locals (test.test_autopep8.ConfigurationTests) ... ok > test_global_config_without_locals (test.test_autopep8.ConfigurationTests) ... > ok > test_local_config (test.test_autopep8.ConfigurationTests) ... ok > test_local_pycodestyle_config_line_length > (test.test_autopep8.ConfigurationTests) ... ok > test_pyproject_toml_config_local_int_value > (test.test_autopep8.ConfigurationTests) ... ok > test_e501_experimental_alone_with_indentation > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_alone_with_tuple > (test.test_autopep8.ExperimentalSystemTests) ... skipped 'Not sure why space > is not removed anymore' > test_e501_experimental_and_import > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_and_multiple_logical_lines > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_and_multiple_logical_lines_with_math > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_arithmetic_operator_with_indent > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_avoid_breaking_at_empty_parentheses_if_possible > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_basic (test.test_autopep8.ExperimentalSystemTests) ... > ok > test_e501_experimental_basic_should_prefer_balanced_brackets > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_decorator (test.test_autopep8.ExperimentalSystemTests) > ... ok > test_e501_experimental_dict (test.test_autopep8.ExperimentalSystemTests) ... > ok > test_e501_experimental_do_not_begin_line_with_comma > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_do_not_break_on_keyword > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_dont_split_if_looks_bad > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_for_line_over_limit > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_func_call_open_paren_not_separated > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_if_line_over_limit > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_indentation > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_list_comp (test.test_autopep8.ExperimentalSystemTests) > ... ok > test_e501_experimental_long_class_name > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_long_dotted_object > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_long_function_call_elements > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_long_nested_tuples_in_arrays > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_more_complicated > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_no_line_change > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_no_splitting_at_dot > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_no_splitting_before_arg_list > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_no_splitting_in_func_call > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_oversized_default_initializer > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_parsing_dict_with_comments > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_shorten_at_commas_skip > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_cut_comment_pattern > (test.test_autopep8.ExperimentalSystemTests) ... read config path: /dev/null > read config path: /<<PKGBUILDDIR>>/test/fake_configuration/.pep8 > enable config: section=pep8, key=indent-size, value=2 > Generating grammar tables from /usr/lib/python3.10/lib2to3/Grammar.txt > Generating grammar tables from /usr/lib/python3.10/lib2to3/PatternGrammar.txt > ok > test_e501_experimental_should_ignore_imports > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_not_break_on_dot > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_not_do_useless_things > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_not_interfere_with_non_comment > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_not_try_to_break_at_every_paren_in_arithmetic > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_should_only_modify_last_comment > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_skip_even_more_complicated > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_splitting_small_arrays > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_tuple_on_line > (test.test_autopep8.ExperimentalSystemTests) ... skipped 'To do' > test_e501_experimental_tuple_on_line_two_space_indent > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_while_line_over_limit > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_commas_and_colons > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_comment > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_comment_should_not_modify_docstring > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_complex_reformat > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_def (test.test_autopep8.ExperimentalSystemTests) > ... ok > test_e501_experimental_with_dot_calls > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_function_should_not_break_on_colon > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_in (test.test_autopep8.ExperimentalSystemTests) > ... ok > test_e501_experimental_with_indent > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_inline_comments > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_inline_comments_should_skip_edge_cases > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_inline_comments_should_skip_keywords > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_inline_comments_should_skip_multiline > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_logical_fix > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_logical_fix_and_physical_fix > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_multiple_lines > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_percent > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_shorter_length > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_tuple > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_tuple_assignment > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_tuple_in_list > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_unicode > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_experimental_with_very_long_line > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_shorten_comment_with_experimental > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_experimental (test.test_autopep8.ExperimentalSystemTests) ... > ok > test_e501_with_experimental_and_carriage_returns_only > (test.test_autopep8.ExperimentalSystemTests) > Make sure _find_logical() does not crash. ... ok > test_e501_with_experimental_and_escaped_newline > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_experimental_and_indentation > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_experimental_and_multiline_string > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_experimental_and_multiline_string_in_parens > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_experimental_and_multiline_string_with_addition > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_logical_fix_and_adjacent_strings > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_e501_with_multiple_keys_and_experimental > (test.test_autopep8.ExperimentalSystemTests) ... ok > test_autopep8_disable (test.test_autopep8.SystemTests) ... ok > test_autopep8_disable_multi (test.test_autopep8.SystemTests) ... ok > test_e101 (test.test_autopep8.SystemTests) ... ok > test_e101_should_fix_docstrings (test.test_autopep8.SystemTests) ... ok > test_e101_should_ignore_multiline_strings (test.test_autopep8.SystemTests) > ... ok > test_e101_should_ignore_multiline_strings_complex > (test.test_autopep8.SystemTests) ... ok > test_e101_should_not_expand_non_indentation_tabs > (test.test_autopep8.SystemTests) ... ok > test_e101_skip_if_bad_indentation (test.test_autopep8.SystemTests) ... ok > test_e101_skip_innocuous (test.test_autopep8.SystemTests) ... ok > test_e101_when_pep8_mistakes_first_tab_in_string > (test.test_autopep8.SystemTests) ... ok > test_e101_with_comments (test.test_autopep8.SystemTests) ... ok > test_e101_with_indent_size_1 (test.test_autopep8.SystemTests) ... ok > test_e101_with_indent_size_2 (test.test_autopep8.SystemTests) ... ok > test_e101_with_indent_size_3 (test.test_autopep8.SystemTests) ... ok > test_e111_long (test.test_autopep8.SystemTests) ... ok > test_e111_longer (test.test_autopep8.SystemTests) ... ok > test_e111_multiple_levels (test.test_autopep8.SystemTests) ... ok > test_e111_short (test.test_autopep8.SystemTests) ... ok > test_e111_should_not_modify_string_contents (test.test_autopep8.SystemTests) > ... ok > test_e111_with_dedent (test.test_autopep8.SystemTests) ... ok > test_e111_with_other_errors (test.test_autopep8.SystemTests) ... ok > test_e112_should_leave_bad_syntax_alone (test.test_autopep8.SystemTests) ... > ok > test_e113 (test.test_autopep8.SystemTests) ... ok > test_e113_bad_syntax (test.test_autopep8.SystemTests) ... ok > test_e114 (test.test_autopep8.SystemTests) ... ok > test_e115 (test.test_autopep8.SystemTests) ... ok > test_e116 (test.test_autopep8.SystemTests) ... ok > test_e117 (test.test_autopep8.SystemTests) ... ok > test_e121_with_multiline_string (test.test_autopep8.SystemTests) ... ok > test_e122_with_fallback (test.test_autopep8.SystemTests) ... ok > test_e123 (test.test_autopep8.SystemTests) ... ok > test_e123_with_escaped_newline (test.test_autopep8.SystemTests) ... ok > test_e125_with_multiline_string (test.test_autopep8.SystemTests) ... ok > test_e125_with_multiline_string_okay (test.test_autopep8.SystemTests) ... ok > test_e126 (test.test_autopep8.SystemTests) ... ok > test_e126_should_not_interfere_with_other_fixes > (test.test_autopep8.SystemTests) ... ok > test_e127 (test.test_autopep8.SystemTests) ... ok > test_e127_align_visual_indent (test.test_autopep8.SystemTests) ... ok > test_e127_align_visual_indent_okay (test.test_autopep8.SystemTests) > This is for code coverage. ... ok > test_e127_with_backslash (test.test_autopep8.SystemTests) ... ok > test_e127_with_bracket_then_parenthesis (test.test_autopep8.SystemTests) ... > ok > test_e128_with_aaa_option (test.test_autopep8.SystemTests) ... ok > test_e129 (test.test_autopep8.SystemTests) ... ok > test_e12_large (test.test_autopep8.SystemTests) ... ok > test_e12_reindent (test.test_autopep8.SystemTests) ... ok > test_e12_reindent_with_multiple_fixes (test.test_autopep8.SystemTests) ... ok > test_e12_tricky (test.test_autopep8.SystemTests) ... ok > test_e12_with_backslash (test.test_autopep8.SystemTests) ... ok > test_e12_with_bad_indentation (test.test_autopep8.SystemTests) ... ok > test_e131_invalid_indent_with_select_option (test.test_autopep8.SystemTests) > ... ok > test_e131_with_select_option (test.test_autopep8.SystemTests) ... ok > test_e133 (test.test_autopep8.SystemTests) ... ok > test_e133_no_indentation_line (test.test_autopep8.SystemTests) ... ok > test_e133_not_effected (test.test_autopep8.SystemTests) ... ok > test_e201 (test.test_autopep8.SystemTests) ... ok > test_e202 (test.test_autopep8.SystemTests) ... ok > test_e202_multiline (test.test_autopep8.SystemTests) ... ok > test_e202_skip_multiline_with_escaped_newline > (test.test_autopep8.SystemTests) ... ok > test_e203_colon (test.test_autopep8.SystemTests) ... ok > test_e203_comma (test.test_autopep8.SystemTests) ... ok > test_e203_semicolon (test.test_autopep8.SystemTests) ... ok > test_e203_with_newline (test.test_autopep8.SystemTests) ... ok > test_e211 (test.test_autopep8.SystemTests) ... ok > test_e221 (test.test_autopep8.SystemTests) ... ok > test_e221_do_not_skip_multiline (test.test_autopep8.SystemTests) ... ok > test_e222 (test.test_autopep8.SystemTests) ... ok > test_e222_with_multiline (test.test_autopep8.SystemTests) ... ok > test_e223 (test.test_autopep8.SystemTests) ... ok > test_e223_double (test.test_autopep8.SystemTests) ... ok > test_e223_with_tab_indentation (test.test_autopep8.SystemTests) ... ok > test_e224 (test.test_autopep8.SystemTests) ... ok > test_e224_double (test.test_autopep8.SystemTests) ... ok > test_e224_with_tab_indentation (test.test_autopep8.SystemTests) ... ok > test_e225 (test.test_autopep8.SystemTests) ... ok > test_e225_with_indentation_fix (test.test_autopep8.SystemTests) ... ok > test_e226 (test.test_autopep8.SystemTests) ... ok > test_e227 (test.test_autopep8.SystemTests) ... ok > test_e228 (test.test_autopep8.SystemTests) ... ok > test_e231 (test.test_autopep8.SystemTests) ... ok > test_e231_should_only_do_ws_comma_once (test.test_autopep8.SystemTests) > If we don't check appropriately, we end up doing ws_comma multiple ... ok > test_e231_with_colon_after_comma (test.test_autopep8.SystemTests) > ws_comma fixer ignores this case. ... ok > test_e231_with_many_commas (test.test_autopep8.SystemTests) ... ok > test_e241 (test.test_autopep8.SystemTests) ... ok > test_e241_double (test.test_autopep8.SystemTests) ... ok > test_e241_should_be_enabled_by_aggressive (test.test_autopep8.SystemTests) > ... ok > test_e242 (test.test_autopep8.SystemTests) ... ok > test_e242_double (test.test_autopep8.SystemTests) ... ok > test_e251 (test.test_autopep8.SystemTests) ... ok > test_e251_with_argument_on_next_line (test.test_autopep8.SystemTests) ... ok > test_e251_with_calling (test.test_autopep8.SystemTests) ... ok > test_e251_with_escaped_newline (test.test_autopep8.SystemTests) ... ok > test_e252 (test.test_autopep8.SystemTests) ... ok > test_e252_with_argument_on_next_line (test.test_autopep8.SystemTests) ... ok > test_e252_with_escaped_newline (test.test_autopep8.SystemTests) ... ok > test_e261 (test.test_autopep8.SystemTests) ... ok > test_e261_with_comma (test.test_autopep8.SystemTests) ... ok > test_e261_with_dictionary (test.test_autopep8.SystemTests) ... ok > test_e261_with_dictionary_no_space (test.test_autopep8.SystemTests) ... ok > test_e261_with_inline_commented_out_code (test.test_autopep8.SystemTests) ... > ok > test_e262_hash_in_string (test.test_autopep8.SystemTests) ... ok > test_e262_hash_in_string_and_multiple_hashes (test.test_autopep8.SystemTests) > ... ok > test_e262_more_complex (test.test_autopep8.SystemTests) ... ok > test_e262_more_space (test.test_autopep8.SystemTests) ... ok > test_e262_none_space (test.test_autopep8.SystemTests) ... ok > test_e265 (test.test_autopep8.SystemTests) ... ok > test_e265_ignores_special_comments (test.test_autopep8.SystemTests) ... ok > test_e265_ignores_special_comments_in_middle_of_file > (test.test_autopep8.SystemTests) ... ok > test_e265_only (test.test_autopep8.SystemTests) ... ok > test_e266 (test.test_autopep8.SystemTests) ... ok > test_e266_only (test.test_autopep8.SystemTests) ... ok > test_e271 (test.test_autopep8.SystemTests) ... ok > test_e271_with_multiline (test.test_autopep8.SystemTests) ... ok > test_e272 (test.test_autopep8.SystemTests) ... ok > test_e273 (test.test_autopep8.SystemTests) ... ok > test_e274 (test.test_autopep8.SystemTests) ... ok > test_e301 (test.test_autopep8.SystemTests) ... ok > test_e301_extended_with_docstring (test.test_autopep8.SystemTests) ... ok > test_e302 (test.test_autopep8.SystemTests) ... ok > test_e302_bug (test.test_autopep8.SystemTests) > Avoid creating bad syntax. ... ok > test_e303 (test.test_autopep8.SystemTests) ... ok > test_e303_extended (test.test_autopep8.SystemTests) ... ok > test_e303_with_e305 (test.test_autopep8.SystemTests) ... ok > test_e304 (test.test_autopep8.SystemTests) ... ok > test_e304_with_comment (test.test_autopep8.SystemTests) ... ok > test_e305 (test.test_autopep8.SystemTests) ... ok > test_e306 (test.test_autopep8.SystemTests) ... ok > test_e401 (test.test_autopep8.SystemTests) ... ok > test_e401_should_ignore_commented_comma (test.test_autopep8.SystemTests) ... > ok > test_e401_should_ignore_commented_comma_with_indentation > (test.test_autopep8.SystemTests) ... ok > test_e401_should_ignore_false_positive (test.test_autopep8.SystemTests) ... ok > test_e401_with_escaped_newline_case (test.test_autopep8.SystemTests) ... ok > test_e401_with_indentation (test.test_autopep8.SystemTests) ... ok > test_e401_with_multiline_from_import (test.test_autopep8.SystemTests) ... ok > test_e402 (test.test_autopep8.SystemTests) ... ok > test_e402_duplicate_module (test.test_autopep8.SystemTests) ... ok > test_e402_import_some_modules (test.test_autopep8.SystemTests) ... ok > test_e402_with_dunder (test.test_autopep8.SystemTests) ... ok > test_e402_with_dunder_lines (test.test_autopep8.SystemTests) ... ok > test_e402_with_future_import (test.test_autopep8.SystemTests) ... ok > test_e402_with_module_doc (test.test_autopep8.SystemTests) ... ok > test_e402_with_multiline_from_future_import (test.test_autopep8.SystemTests) > ... ok > test_e501_aggressive_decorator (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_intermingled_comments (test.test_autopep8.SystemTests) > ... ok > test_e501_aggressive_long_class_name (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_long_comment_and_long_line > (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_with_def (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_with_percent (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_with_tuple (test.test_autopep8.SystemTests) ... ok > test_e501_aggressive_with_tuple_in_list (test.test_autopep8.SystemTests) ... > ok > test_e501_alone_with_indentation (test.test_autopep8.SystemTests) ... ok > test_e501_alone_with_tuple (test.test_autopep8.SystemTests) ... ok > test_e501_arithmetic_operator_with_indent (test.test_autopep8.SystemTests) > ... ok > test_e501_avoid_breaking_at_empty_parentheses_if_possible > (test.test_autopep8.SystemTests) ... ok > test_e501_avoid_breaking_at_multi_level_slice (test.test_autopep8.SystemTests) > Prevents line break on slice notation, dict access in this example: ... ok > test_e501_avoid_breaking_at_opening_slice (test.test_autopep8.SystemTests) > Prevents line break on slice notation, dict access in this example: ... ok > test_e501_basic (test.test_autopep8.SystemTests) ... ok > test_e501_basic_should_prefer_balanced_brackets > (test.test_autopep8.SystemTests) ... ok > test_e501_do_not_begin_line_with_comma (test.test_autopep8.SystemTests) ... ok > test_e501_do_not_break_on_keyword (test.test_autopep8.SystemTests) ... ok > test_e501_for_line_over_limit (test.test_autopep8.SystemTests) ... ok > test_e501_if_line_over_limit (test.test_autopep8.SystemTests) ... ok > test_e501_more_aggressive_with_def (test.test_autopep8.SystemTests) ... ok > test_e501_more_complicated (test.test_autopep8.SystemTests) ... ok > test_e501_shorten_at_commas_skip (test.test_autopep8.SystemTests) ... ok > test_e501_shorten_comment_with_aggressive (test.test_autopep8.SystemTests) > ... ok > test_e501_shorten_comment_without_aggressive (test.test_autopep8.SystemTests) > Do nothing without aggressive. ... ok > test_e501_shorten_with_backslash (test.test_autopep8.SystemTests) ... ok > test_e501_should_break_before_tuple_start (test.test_autopep8.SystemTests) > ... ok > test_e501_should_cut_comment_pattern (test.test_autopep8.SystemTests) ... ok > test_e501_should_ignore_imports (test.test_autopep8.SystemTests) ... ok > test_e501_should_not_break_on_dot (test.test_autopep8.SystemTests) ... ok > test_e501_should_not_do_useless_things (test.test_autopep8.SystemTests) ... ok > test_e501_should_not_interfere_with_non_comment > (test.test_autopep8.SystemTests) ... ok > test_e501_should_not_try_to_break_at_every_paren_in_arithmetic > (test.test_autopep8.SystemTests) ... ok > test_e501_should_only_modify_last_comment (test.test_autopep8.SystemTests) > ... ok > test_e501_skip_even_more_complicated (test.test_autopep8.SystemTests) ... ok > test_e501_while_line_over_limit (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_carriage_returns_only > (test.test_autopep8.SystemTests) > Make sure _find_logical() does not crash. ... ok > test_e501_with_aggressive_and_escaped_newline > (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_import (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_indentation (test.test_autopep8.SystemTests) > ... ok > test_e501_with_aggressive_and_massive_number_of_logical_lines > (test.test_autopep8.SystemTests) > We do not care about results here. ... ok > test_e501_with_aggressive_and_multiline_string > (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_multiline_string_in_parens > (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_multiline_string_with_addition > (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_multiple_logical_lines > (test.test_autopep8.SystemTests) ... ok > test_e501_with_aggressive_and_multiple_logical_lines_with_math > (test.test_autopep8.SystemTests) ... ok > test_e501_with_commas_and_colons (test.test_autopep8.SystemTests) ... ok > test_e501_with_comment (test.test_autopep8.SystemTests) ... ok > test_e501_with_comment_should_not_modify_docstring > (test.test_autopep8.SystemTests) ... ok > test_e501_with_dictionary (test.test_autopep8.SystemTests) ... ok > test_e501_with_function_should_not_break_on_colon > (test.test_autopep8.SystemTests) ... ok > test_e501_with_in (test.test_autopep8.SystemTests) ... ok > test_e501_with_indent (test.test_autopep8.SystemTests) ... ok > test_e501_with_inline_comments (test.test_autopep8.SystemTests) ... ok > test_e501_with_inline_comments_should_skip_edge_cases > (test.test_autopep8.SystemTests) ... ok > test_e501_with_inline_comments_should_skip_keywords > (test.test_autopep8.SystemTests) ... ok > test_e501_with_inline_comments_should_skip_keywords_without_aggressive > (test.test_autopep8.SystemTests) ... ok > test_e501_with_inline_comments_should_skip_multiline > (test.test_autopep8.SystemTests) ... ok > test_e501_with_lambda (test.test_autopep8.SystemTests) ... ok > test_e501_with_logical_fix (test.test_autopep8.SystemTests) ... ok > test_e501_with_logical_fix_and_adjacent_strings > (test.test_autopep8.SystemTests) ... ok > test_e501_with_logical_fix_and_physical_fix (test.test_autopep8.SystemTests) > ... ok > test_e501_with_multiple_keys_and_aggressive (test.test_autopep8.SystemTests) > ... ok > test_e501_with_multiple_lines (test.test_autopep8.SystemTests) ... ok > test_e501_with_multiple_lines_and_quotes (test.test_autopep8.SystemTests) ... > ok > test_e501_with_pep572_assignment_expressions (test.test_autopep8.SystemTests) > ... ok > test_e501_with_shorter_length (test.test_autopep8.SystemTests) ... ok > test_e501_with_very_long_line (test.test_autopep8.SystemTests) ... ok > test_e502 (test.test_autopep8.SystemTests) ... ok > test_e701 (test.test_autopep8.SystemTests) ... ok > test_e701_with_escaped_newline (test.test_autopep8.SystemTests) ... ok > test_e701_with_escaped_newline_and_spaces (test.test_autopep8.SystemTests) > ... ok > test_e702 (test.test_autopep8.SystemTests) ... ok > test_e702_after_colon_should_be_untouched (test.test_autopep8.SystemTests) > ... ok > test_e702_indent_correctly (test.test_autopep8.SystemTests) ... ok > test_e702_more_complicated (test.test_autopep8.SystemTests) ... ok > test_e702_with_dict_semicolon (test.test_autopep8.SystemTests) ... ok > test_e702_with_e701_and_only_select_e702_option > (test.test_autopep8.SystemTests) ... ok > test_e702_with_escaped_newline (test.test_autopep8.SystemTests) ... ok > test_e702_with_escaped_newline_with_indentation > (test.test_autopep8.SystemTests) ... ok > test_e702_with_non_ascii_file (test.test_autopep8.SystemTests) ... ok > test_e702_with_semicolon_after_string (test.test_autopep8.SystemTests) ... ok > test_e702_with_semicolon_and_space_at_end (test.test_autopep8.SystemTests) > ... ok > test_e702_with_semicolon_at_end (test.test_autopep8.SystemTests) ... ok > test_e702_with_semicolon_in_string (test.test_autopep8.SystemTests) ... ok > test_e702_with_semicolon_in_string_to_the_right > (test.test_autopep8.SystemTests) ... ok > test_e702_with_triple_quote (test.test_autopep8.SystemTests) ... ok > test_e702_with_triple_quote_and_indent (test.test_autopep8.SystemTests) ... ok > test_e702_with_whitespace (test.test_autopep8.SystemTests) ... ok > test_e703_in_example_of_readme (test.test_autopep8.SystemTests) ... ok > test_e703_with_inline_comment (test.test_autopep8.SystemTests) ... ok > test_e704 (test.test_autopep8.SystemTests) ... ok > test_e704_not_work_with_aa_option (test.test_autopep8.SystemTests) ... ok > test_e711 (test.test_autopep8.SystemTests) ... ok > test_e711_and_e712 (test.test_autopep8.SystemTests) ... ok > test_e711_in_conditional (test.test_autopep8.SystemTests) ... ok > test_e711_in_conditional_with_multiple_instances > (test.test_autopep8.SystemTests) ... ok > test_e711_with_not_equals_none (test.test_autopep8.SystemTests) ... ok > test_e712 (test.test_autopep8.SystemTests) ... ok > test_e712_in_conditional_with_multiple_instances > (test.test_autopep8.SystemTests) ... ok > test_e712_only_if_aggressive_level_2 (test.test_autopep8.SystemTests) ... ok > test_e712_with_dict_value (test.test_autopep8.SystemTests) ... ok > test_e712_with_false (test.test_autopep8.SystemTests) ... ok > test_e712_with_special_case_equal_false (test.test_autopep8.SystemTests) ... > ok > test_e712_with_special_case_equal_not_true (test.test_autopep8.SystemTests) > ... ok > test_e713 (test.test_autopep8.SystemTests) ... ok > test_e713_and_e714 (test.test_autopep8.SystemTests) ... ok > test_e713_chain (test.test_autopep8.SystemTests) ... ok > test_e713_chain2 (test.test_autopep8.SystemTests) ... ok > test_e713_chain3 (test.test_autopep8.SystemTests) ... ok > test_e713_chain4 (test.test_autopep8.SystemTests) ... ok > test_e713_more (test.test_autopep8.SystemTests) ... ok > test_e713_with_in (test.test_autopep8.SystemTests) ... ok > test_e713_with_single_quote (test.test_autopep8.SystemTests) ... ok > test_e713_with_tuple (test.test_autopep8.SystemTests) ... ok > test_e714 (test.test_autopep8.SystemTests) ... ok > test_e714_chain (test.test_autopep8.SystemTests) ... ok > test_e714_with_is (test.test_autopep8.SystemTests) ... ok > test_e714_with_single_quote (test.test_autopep8.SystemTests) ... ok > test_e721 (test.test_autopep8.SystemTests) ... ok > test_e721_in_conditional (test.test_autopep8.SystemTests) ... ok > test_e721_with_str (test.test_autopep8.SystemTests) ... ok > test_e722 (test.test_autopep8.SystemTests) ... ok > test_e722_non_aggressive (test.test_autopep8.SystemTests) ... ok > test_e722_with_if_else_stmt (test.test_autopep8.SystemTests) ... ok > test_e731 (test.test_autopep8.SystemTests) ... ok > test_e731_no_arg (test.test_autopep8.SystemTests) ... ok > test_e731_with_args (test.test_autopep8.SystemTests) ... ok > test_e731_with_default_arguments (test.test_autopep8.SystemTests) ... ok > test_e731_with_select_option (test.test_autopep8.SystemTests) ... ok > test_e731_with_tuple_arg (test.test_autopep8.SystemTests) ... ok > test_e901_should_cause_indentation_screw_up (test.test_autopep8.SystemTests) > ... ok > test_exchange_multiple_imports_with_def (test.test_autopep8.SystemTests) ... > ok > test_execfile_in_lambda_should_not_be_modified > (test.test_autopep8.SystemTests) > Modifying this to the exec() form is invalid in Python 2. ... ok > test_fmt_disable (test.test_autopep8.SystemTests) ... ok > test_fmt_disable_with_double_reenable (test.test_autopep8.SystemTests) ... ok > test_fmt_disable_without_reenable (test.test_autopep8.SystemTests) ... ok > test_fmt_double_disable_and_reenable (test.test_autopep8.SystemTests) ... ok > test_fmt_multi_disable_and_reenable (test.test_autopep8.SystemTests) ... ok > test_fmt_multi_disable_complex (test.test_autopep8.SystemTests) ... ok > test_fmt_multi_disable_complex_multi (test.test_autopep8.SystemTests) ... ok > test_general_disable (test.test_autopep8.SystemTests) ... ok > test_ignore_e265 (test.test_autopep8.SystemTests) ... ok > test_ignore_e266 (test.test_autopep8.SystemTests) ... ok > test_ignore_only_w503_with_select_w (test.test_autopep8.SystemTests) ... ok > test_ignore_only_w504_with_select_w (test.test_autopep8.SystemTests) ... ok > test_ignore_w503_and_w504_with_select_w (test.test_autopep8.SystemTests) ... > ok > test_long_import_line (test.test_autopep8.SystemTests) ... ok > test_not_e301_extended_with_comment (test.test_autopep8.SystemTests) ... ok > test_range (test.test_autopep8.SystemTests) ... ok > test_range_indent_changes_small_range (test.test_autopep8.SystemTests) ... ok > test_range_indent_continued_statements_last_block > (test.test_autopep8.SystemTests) ... ok > test_range_indent_continued_statements_partial > (test.test_autopep8.SystemTests) ... ok > test_range_indent_deep_if_blocks_first_block (test.test_autopep8.SystemTests) > ... ok > test_range_indent_deep_if_blocks_second_block > (test.test_autopep8.SystemTests) ... ok > test_range_line_number_changes_from_one_line (test.test_autopep8.SystemTests) > ... ok > test_range_with_broken_syntax (test.test_autopep8.SystemTests) ... ok > test_should_preserve_vertical_tab (test.test_autopep8.SystemTests) ... ok > test_trailing_whitespace_in_multiline_string (test.test_autopep8.SystemTests) > ... ok > test_trailing_whitespace_in_multiline_string_aggressive > (test.test_autopep8.SystemTests) ... ok > test_w191 (test.test_autopep8.SystemTests) ... ok > test_w191_ignore (test.test_autopep8.SystemTests) ... ok > test_w191_should_ignore_multiline_strings (test.test_autopep8.SystemTests) > ... ok > test_w191_should_ignore_tabs_in_strings (test.test_autopep8.SystemTests) ... > ok > test_w291 (test.test_autopep8.SystemTests) ... ok > test_w291_with_comment (test.test_autopep8.SystemTests) ... ok > test_w292 (test.test_autopep8.SystemTests) ... ok > test_w292_ignore (test.test_autopep8.SystemTests) ... ok > test_w293 (test.test_autopep8.SystemTests) ... ok > test_w391 (test.test_autopep8.SystemTests) ... ok > test_w391_more_complex (test.test_autopep8.SystemTests) ... ok > test_w503 (test.test_autopep8.SystemTests) ... ok > test_w503_and_or (test.test_autopep8.SystemTests) ... ok > test_w503_and_w504_conflict (test.test_autopep8.SystemTests) ... ok > test_w503_over_5lines (test.test_autopep8.SystemTests) ... ok > test_w503_skip_default (test.test_autopep8.SystemTests) ... ok > test_w503_w504_both_ignored (test.test_autopep8.SystemTests) ... ok > test_w503_w504_none_ignored (test.test_autopep8.SystemTests) ... ok > test_w503_with_comment (test.test_autopep8.SystemTests) ... ok > test_w503_with_comment_double (test.test_autopep8.SystemTests) ... ok > test_w503_with_comment_into_point_out_line (test.test_autopep8.SystemTests) > ... ok > test_w503_with_comment_with_only_comment_block_charactor > (test.test_autopep8.SystemTests) ... ok > test_w503_with_empty_line (test.test_autopep8.SystemTests) ... ok > test_w503_with_ignore_w504 (test.test_autopep8.SystemTests) ... ok > test_w503_with_line_comment (test.test_autopep8.SystemTests) ... ok > test_w503_with_line_comments (test.test_autopep8.SystemTests) ... ok > test_w504 (test.test_autopep8.SystemTests) ... ok > test_w504_comment_on_each_lines (test.test_autopep8.SystemTests) ... ok > test_w504_comment_on_first_line (test.test_autopep8.SystemTests) ... ok > test_w504_comment_on_second_line (test.test_autopep8.SystemTests) ... ok > test_w504_not_applied_by_default_when_modifying_with_ignore > (test.test_autopep8.SystemTests) ... ok > test_w504_with_e265_ignore_option (test.test_autopep8.SystemTests) ... ok > test_w504_with_e265_ignore_option_regression (test.test_autopep8.SystemTests) > ... ok > test_w504_with_ignore_w503 (test.test_autopep8.SystemTests) ... ok > test_w504_with_line_comment (test.test_autopep8.SystemTests) ... ok > test_w601 (test.test_autopep8.SystemTests) ... ok > test_w601_conditional (test.test_autopep8.SystemTests) ... ok > test_w601_precedence (test.test_autopep8.SystemTests) ... ok > test_w601_self (test.test_autopep8.SystemTests) ... ok > test_w601_self_with_conditional (test.test_autopep8.SystemTests) ... ok > test_w601_with_more_complexity (test.test_autopep8.SystemTests) ... ok > test_w601_with_multiline (test.test_autopep8.SystemTests) ... ok > test_w601_with_multiple (test.test_autopep8.SystemTests) ... ok > test_w601_with_multiple_nested (test.test_autopep8.SystemTests) ... ok > test_w601_with_non_ascii (test.test_autopep8.SystemTests) ... ok > test_w601_with_parens (test.test_autopep8.SystemTests) ... ok > test_w601_word (test.test_autopep8.SystemTests) ... ok > test_w602_arg_is_string (test.test_autopep8.SystemTests) ... ok > test_w602_arg_is_string_with_comment (test.test_autopep8.SystemTests) ... ok > test_w602_escaped_cr (test.test_autopep8.SystemTests) ... ok > test_w602_escaped_crlf (test.test_autopep8.SystemTests) ... ok > test_w602_escaped_lf (test.test_autopep8.SystemTests) ... ok > test_w602_indentation (test.test_autopep8.SystemTests) ... ok > test_w602_invalid_2to3_fixed_case (test.test_autopep8.SystemTests) ... ok > test_w602_invalid_2to3_fixed_case_with_valid_syntax > (test.test_autopep8.SystemTests) ... skipped 'TODO' > test_w602_multiline (test.test_autopep8.SystemTests) ... ok > test_w602_multiline_string_stays_the_same (test.test_autopep8.SystemTests) > ... ok > test_w602_multiline_with_escaped_newline (test.test_autopep8.SystemTests) ... > ok > test_w602_multiline_with_escaped_newline_and_comment > (test.test_autopep8.SystemTests) ... ok > test_w602_multiline_with_multiple_escaped_newlines > (test.test_autopep8.SystemTests) ... ok > test_w602_multiline_with_nested_quotes (test.test_autopep8.SystemTests) ... ok > test_w602_multiline_with_trailing_spaces (test.test_autopep8.SystemTests) ... > ok > test_w602_multiple_statements (test.test_autopep8.SystemTests) ... ok > test_w602_raise_argument_triple_fake (test.test_autopep8.SystemTests) ... ok > test_w602_raise_argument_with_indentation (test.test_autopep8.SystemTests) > ... ok > test_w602_skip_ambiguous_case (test.test_autopep8.SystemTests) ... ok > test_w602_skip_raise_argument_triple (test.test_autopep8.SystemTests) ... ok > test_w602_skip_raise_argument_triple_with_comment > (test.test_autopep8.SystemTests) ... ok > test_w602_triple_quotes (test.test_autopep8.SystemTests) ... ok > test_w602_with_bad_syntax (test.test_autopep8.SystemTests) ... ok > test_w602_with_complex_multiline (test.test_autopep8.SystemTests) ... ok > test_w602_with_list_comprehension (test.test_autopep8.SystemTests) ... ok > test_w602_with_logic (test.test_autopep8.SystemTests) ... ok > test_w602_with_multiline_with_single_quotes (test.test_autopep8.SystemTests) > ... ok > test_w603 (test.test_autopep8.SystemTests) ... ok > test_w604 (test.test_autopep8.SystemTests) ... ok > test_w604_with_multiple_instances (test.test_autopep8.SystemTests) ... ok > test_w604_with_multiple_lines (test.test_autopep8.SystemTests) ... ok > test_w605_identical_token (test.test_autopep8.SystemTests) ... ok > test_w605_simple (test.test_autopep8.SystemTests) ... ok > test_w605_with_invalid_syntax (test.test_autopep8.SystemTests) ... ok > test_w605_with_multilines (test.test_autopep8.SystemTests) ... ok > test_with_walrus_operator (test.test_autopep8.SystemTests) > check pycodestyle 2.6.0+ ... ok > test_almost_equal (test.test_autopep8.UnitTests) ... ok > test_code_match (test.test_autopep8.UnitTests) ... ok > test_commented_out_code_lines (test.test_autopep8.UnitTests) ... ok > test_compile_value_error (test.test_autopep8.UnitTests) ... ok > test_count_unbalanced_brackets (test.test_autopep8.UnitTests) ... ok > test_decode_filename (test.test_autopep8.UnitTests) ... ok > test_detect_encoding (test.test_autopep8.UnitTests) ... ok > test_detect_encoding_with_cookie (test.test_autopep8.UnitTests) ... ok > test_extract_code_from_function (test.test_autopep8.UnitTests) ... ok > test_find_files (test.test_autopep8.UnitTests) ... ok > test_find_newline_cr1_and_crlf2 (test.test_autopep8.UnitTests) ... ok > test_find_newline_cr1_and_lf2 (test.test_autopep8.UnitTests) ... ok > test_find_newline_only_cr (test.test_autopep8.UnitTests) ... ok > test_find_newline_only_crlf (test.test_autopep8.UnitTests) ... ok > test_find_newline_only_lf (test.test_autopep8.UnitTests) ... ok > test_find_newline_should_default_to_lf (test.test_autopep8.UnitTests) ... ok > test_fix_2to3 (test.test_autopep8.UnitTests) ... ok > test_fix_2to3_subset (test.test_autopep8.UnitTests) ... ok > test_fix_code (test.test_autopep8.UnitTests) ... ok > test_fix_code_byte_string (test.test_autopep8.UnitTests) > This feature is here for friendliness to Python 2. ... ok > test_fix_code_with_bad_options (test.test_autopep8.UnitTests) ... ok > test_fix_code_with_empty_string (test.test_autopep8.UnitTests) ... ok > test_fix_code_with_multiple_lines (test.test_autopep8.UnitTests) ... ok > test_fix_code_with_options (test.test_autopep8.UnitTests) ... ok > test_fix_e225_avoid_failure (test.test_autopep8.UnitTests) ... ok > test_fix_e271_ignore_redundant (test.test_autopep8.UnitTests) ... ok > test_fix_e401_avoid_non_import (test.test_autopep8.UnitTests) ... ok > test_fix_e711_avoid_failure (test.test_autopep8.UnitTests) ... ok > test_fix_e712_avoid_failure (test.test_autopep8.UnitTests) ... ok > test_fix_file (test.test_autopep8.UnitTests) ... ok > test_fix_file_with_diff (test.test_autopep8.UnitTests) ... ok > test_fix_lines (test.test_autopep8.UnitTests) ... ok > test_fix_whitespace (test.test_autopep8.UnitTests) ... ok > test_fix_whitespace_with_tabs (test.test_autopep8.UnitTests) ... ok > test_format_block_comments (test.test_autopep8.UnitTests) ... ok > test_format_block_comments_should_leave_outline_alone > (test.test_autopep8.UnitTests) ... ok > test_format_block_comments_should_not_corrupt_special_comments > (test.test_autopep8.UnitTests) ... ok > test_format_block_comments_should_only_touch_real_comments > (test.test_autopep8.UnitTests) ... ok > test_format_block_comments_with_multiple_lines (test.test_autopep8.UnitTests) > ... ok > test_get_diff_text (test.test_autopep8.UnitTests) ... ok > test_get_diff_text_without_newline (test.test_autopep8.UnitTests) ... ok > test_get_fixed_long_line_empty (test.test_autopep8.UnitTests) ... ok > test_is_python_file (test.test_autopep8.UnitTests) ... ok > test_line_shortening_rank (test.test_autopep8.UnitTests) ... ok > test_match_file (test.test_autopep8.UnitTests) ... ok > test_match_file_with_dummy_file (test.test_autopep8.UnitTests) ... ok > test_multiline_string_lines (test.test_autopep8.UnitTests) ... ok > test_multiline_string_lines_with_many (test.test_autopep8.UnitTests) ... ok > test_multiline_string_should_not_report_docstrings > (test.test_autopep8.UnitTests) ... ok > test_multiline_string_should_not_report_single_line > (test.test_autopep8.UnitTests) ... ok > test_normalize_line_endings (test.test_autopep8.UnitTests) ... ok > test_normalize_line_endings_with_crlf (test.test_autopep8.UnitTests) ... ok > test_normalize_multiline (test.test_autopep8.UnitTests) ... ok > test_priority_key_with_non_existent_key (test.test_autopep8.UnitTests) ... ok > test_readlines_from_file_with_bad_encoding (test.test_autopep8.UnitTests) > Bad encoding should not cause an exception. ... ok > test_readlines_from_file_with_bad_encoding2 (test.test_autopep8.UnitTests) > Bad encoding should not cause an exception. ... ok > test_refactor_with_2to3 (test.test_autopep8.UnitTests) ... ok > test_refactor_with_2to3_should_handle_syntax_error_gracefully > (test.test_autopep8.UnitTests) ... ok > test_reindenter (test.test_autopep8.UnitTests) ... ok > test_reindenter_not_affect_with_formfeed (test.test_autopep8.UnitTests) ... ok > test_reindenter_should_leave_stray_comment_alone > (test.test_autopep8.UnitTests) ... ok > test_reindenter_with_good_input (test.test_autopep8.UnitTests) ... ok > test_reindenter_with_non_standard_indent_size (test.test_autopep8.UnitTests) > ... ok > test_shorten_comment (test.test_autopep8.UnitTests) ... ok > test_shorten_comment_should_not_modify_special_comments > (test.test_autopep8.UnitTests) ... ok > test_shorten_comment_should_not_split_numbers (test.test_autopep8.UnitTests) > ... ok > test_shorten_comment_should_not_split_urls (test.test_autopep8.UnitTests) ... > ok > test_shorten_comment_should_not_split_words (test.test_autopep8.UnitTests) > ... ok > test_shorten_line_candidates_are_valid (test.test_autopep8.UnitTests) ... ok > test_split_at_offsets (test.test_autopep8.UnitTests) ... ok > test_split_at_offsets_with_out_of_order (test.test_autopep8.UnitTests) ... ok > test_standard_deviation (test.test_autopep8.UnitTests) ... ok > test_supported_fixes (test.test_autopep8.UnitTests) ... ok > test_token_offsets (test.test_autopep8.UnitTests) ... ok > test_token_offsets_with_escaped_newline (test.test_autopep8.UnitTests) ... ok > test_token_offsets_with_multiline (test.test_autopep8.UnitTests) ... ok > test_get_module_imports (test.test_autopep8.UtilityFunctionTests) ... ok > test_get_module_imports_case_of_autopep8 > (test.test_autopep8.UtilityFunctionTests) ... ok > > ---------------------------------------------------------------------- > Ran 599 tests in 23.294s > > OK (skipped=3) > dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2022/12/20/autopep8_2.0.0-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.