============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache benchmark: 5.1.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('$(@D)/.hypothesis/examples')) rootdir: $(@D) configfile: pyproject.toml collecting ... collected 564 items / 7 deselected / 557 selected tests/benchmark/test_api.py::test_sort_file PASSED tests/benchmark/test_api.py::test_sort_file_in_place PASSED tests/integration/test_projects_using_isort.py::test_django XFAIL (P...) tests/integration/test_projects_using_isort.py::test_plone PASSED tests/integration/test_projects_using_isort.py::test_pandas PASSED tests/integration/test_projects_using_isort.py::test_habitat_lab PASSED tests/integration/test_projects_using_isort.py::test_pylint PASSED tests/integration/test_projects_using_isort.py::test_hypothesis PASSED tests/integration/test_projects_using_isort.py::test_pyramid PASSED tests/integration/test_projects_using_isort.py::test_products_zopetree PASSED tests/integration/test_projects_using_isort.py::test_dobby PASSED tests/integration/test_projects_using_isort.py::test_zope PASSED tests/unit/profiles/test_attrs.py::test_attrs_code_snippet_one PASSED tests/unit/profiles/test_attrs.py::test_attrs_code_snippet_two PASSED tests/unit/profiles/test_attrs.py::test_attrs_code_snippet_three PASSED tests/unit/profiles/test_black.py::test_black_snippet_one PASSED tests/unit/profiles/test_black.py::test_black_snippet_two PASSED tests/unit/profiles/test_black.py::test_black_snippet_three PASSED tests/unit/profiles/test_black.py::test_black_pyi_file PASSED tests/unit/profiles/test_black.py::test_black_trailing_comma PASSED tests/unit/profiles/test_django.py::test_django_snippet_one PASSED tests/unit/profiles/test_django.py::test_django_snippet_two PASSED tests/unit/profiles/test_django.py::test_django_snippet_three PASSED tests/unit/profiles/test_google.py::test_google_code_snippet_shared_example PASSED tests/unit/profiles/test_google.py::test_google_code_snippet_one PASSED tests/unit/profiles/test_google.py::test_google_code_snippet_two PASSED tests/unit/profiles/test_google.py::test_code_snippet_three PASSED tests/unit/profiles/test_hug.py::test_hug_code_snippet_one PASSED tests/unit/profiles/test_hug.py::test_hug_code_snippet_two PASSED tests/unit/profiles/test_hug.py::test_hug_code_snippet_three PASSED tests/unit/profiles/test_open_stack.py::test_open_stack_code_snippet_one PASSED tests/unit/profiles/test_open_stack.py::test_open_stack_code_snippet_two PASSED tests/unit/profiles/test_open_stack.py::test_open_stack_code_snippet_three PASSED tests/unit/profiles/test_plone.py::test_plone_code_snippet_one PASSED tests/unit/profiles/test_plone.py::test_plone_code_snippet_two PASSED tests/unit/profiles/test_plone.py::test_plone_code_snippet_three PASSED tests/unit/profiles/test_pycharm.py::test_pycharm_snippet_one PASSED tests/unit/profiles/test_wemake.py::test_wemake_snippet_one PASSED tests/unit/profiles/test_wemake.py::test_wemake_snippet_two PASSED tests/unit/profiles/test_wemake.py::test_wemake_snippet_three PASSED tests/unit/profiles/test_wemake.py::test_wemake_snippet_four PASSED tests/unit/profiles/test_wemake.py::test_wemake_snippet_five PASSED tests/unit/test_action_comments.py::test_isort_off_and_on PASSED tests/unit/test_api.py::test_sort_file_with_bad_syntax PASSED tests/unit/test_api.py::test_sort_file PASSED tests/unit/test_api.py::test_sort_file_in_place PASSED tests/unit/test_api.py::test_sort_file_to_stdout PASSED tests/unit/test_api.py::test_other_ask_to_apply PASSED tests/unit/test_api.py::test_check_file_no_changes PASSED tests/unit/test_api.py::test_check_file_with_changes PASSED tests/unit/test_api.py::test_sorted_imports_multiple_configs PASSED tests/unit/test_api.py::test_diff_stream PASSED tests/unit/test_api.py::test_sort_code_string_mixed_newlines PASSED tests/unit/test_api.py::test_find_imports_in_file PASSED tests/unit/test_api.py::test_find_imports_in_file_error PASSED tests/unit/test_api.py::test_find_imports_in_code PASSED tests/unit/test_comments.py::test_add_to_line PASSED tests/unit/test_comments.py::test_fuzz_add_to_line PASSED tests/unit/test_comments.py::test_fuzz_parse PASSED tests/unit/test_deprecated_finders.py::TestFindersManager::test_init PASSED tests/unit/test_deprecated_finders.py::TestFindersManager::test_no_finders PASSED tests/unit/test_deprecated_finders.py::TestFindersManager::test_find_broken_finder PASSED tests/unit/test_deprecated_finders.py::TestForcedSeparateFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestForcedSeparateFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestDefaultFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestDefaultFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestKnownPatternFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestKnownPatternFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestLocalFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestLocalFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestPathFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestPathFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestPathFinder::test_conda_and_virtual_env PASSED tests/unit/test_deprecated_finders.py::TestPathFinder::test_default_section PASSED tests/unit/test_deprecated_finders.py::TestPathFinder::test_src_paths PASSED tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_create PASSED tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_find PASSED tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_no_pipreqs PASSED tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_not_enabled PASSED tests/unit/test_deprecated_finders.py::test_path_finder PASSED tests/unit/test_exceptions.py::TestISortError::test_init PASSED tests/unit/test_exceptions.py::TestISortError::test_pickleable PASSED tests/unit/test_exceptions.py::TestExistingSyntaxErrors::test_init PASSED tests/unit/test_exceptions.py::TestExistingSyntaxErrors::test_pickleable PASSED tests/unit/test_exceptions.py::TestExistingSyntaxErrors::test_variables PASSED tests/unit/test_exceptions.py::TestIntroducedSyntaxErrors::test_init PASSED tests/unit/test_exceptions.py::TestIntroducedSyntaxErrors::test_pickleable PASSED tests/unit/test_exceptions.py::TestIntroducedSyntaxErrors::test_variables PASSED tests/unit/test_exceptions.py::TestFileSkipped::test_init PASSED tests/unit/test_exceptions.py::TestFileSkipped::test_pickleable PASSED tests/unit/test_exceptions.py::TestFileSkipped::test_variables PASSED tests/unit/test_exceptions.py::TestFileSkipComment::test_init PASSED tests/unit/test_exceptions.py::TestFileSkipComment::test_pickleable PASSED tests/unit/test_exceptions.py::TestFileSkipComment::test_variables PASSED tests/unit/test_exceptions.py::TestFileSkipSetting::test_init PASSED tests/unit/test_exceptions.py::TestFileSkipSetting::test_pickleable PASSED tests/unit/test_exceptions.py::TestFileSkipSetting::test_variables PASSED tests/unit/test_exceptions.py::TestProfileDoesNotExist::test_init PASSED tests/unit/test_exceptions.py::TestProfileDoesNotExist::test_pickleable PASSED tests/unit/test_exceptions.py::TestProfileDoesNotExist::test_variables PASSED tests/unit/test_exceptions.py::TestSortingFunctionDoesNotExist::test_init PASSED tests/unit/test_exceptions.py::TestSortingFunctionDoesNotExist::test_pickleable PASSED tests/unit/test_exceptions.py::TestSortingFunctionDoesNotExist::test_variables PASSED tests/unit/test_exceptions.py::TestLiteralParsingFailure::test_init PASSED tests/unit/test_exceptions.py::TestLiteralParsingFailure::test_pickleable PASSED tests/unit/test_exceptions.py::TestLiteralParsingFailure::test_variables PASSED tests/unit/test_exceptions.py::TestLiteralSortTypeMismatch::test_init PASSED tests/unit/test_exceptions.py::TestLiteralSortTypeMismatch::test_pickleable PASSED tests/unit/test_exceptions.py::TestLiteralSortTypeMismatch::test_variables PASSED tests/unit/test_exceptions.py::TestAssignmentsFormatMismatch::test_init PASSED tests/unit/test_exceptions.py::TestAssignmentsFormatMismatch::test_pickleable PASSED tests/unit/test_exceptions.py::TestAssignmentsFormatMismatch::test_variables PASSED tests/unit/test_exceptions.py::TestUnsupportedSettings::test_init PASSED tests/unit/test_exceptions.py::TestUnsupportedSettings::test_pickleable PASSED tests/unit/test_exceptions.py::TestUnsupportedSettings::test_variables PASSED tests/unit/test_exceptions.py::TestUnsupportedEncoding::test_init PASSED tests/unit/test_exceptions.py::TestUnsupportedEncoding::test_pickleable PASSED tests/unit/test_exceptions.py::TestUnsupportedEncoding::test_variables PASSED tests/unit/test_files.py::test_find PASSED tests/unit/test_format.py::test_ask_whether_to_apply_changes_to_file PASSED tests/unit/test_format.py::test_basic_printer PASSED tests/unit/test_format.py::test_basic_printer_diff PASSED tests/unit/test_format.py::test_colored_printer_success PASSED tests/unit/test_format.py::test_colored_printer_error PASSED tests/unit/test_format.py::test_colored_printer_diff PASSED tests/unit/test_format.py::test_colored_printer_diff_output PASSED tests/unit/test_format.py::test_colorama_not_available_handled_gracefully PASSED tests/unit/test_format.py::test_fuzz_show_unified_diff PASSED tests/unit/test_hooks.py::test_git_hook PASSED tests/unit/test_hooks.py::test_git_hook_uses_the_configuration_file_specified_in_settings_path PASSED tests/unit/test_identify.py::test_top_only PASSED tests/unit/test_identify.py::test_top_doc_string PASSED tests/unit/test_identify.py::test_yield_and_raise_edge_cases PASSED tests/unit/test_identify.py::test_complex_examples PASSED tests/unit/test_identify.py::test_aliases PASSED tests/unit/test_identify.py::test_indented PASSED tests/unit/test_importable.py::test_importable PASSED tests/unit/test_io.py::TestFile::test_read PASSED tests/unit/test_io.py::TestFile::test_from_content PASSED tests/unit/test_io.py::TestFile::test_open PASSED tests/unit/test_isort.py::test_happy_path PASSED tests/unit/test_isort.py::test_code_intermixed PASSED tests/unit/test_isort.py::test_correct_space_between_imports PASSED tests/unit/test_isort.py::test_sort_on_number PASSED tests/unit/test_isort.py::test_line_length PASSED tests/unit/test_isort.py::test_output_modes PASSED tests/unit/test_isort.py::test_qa_comment_case PASSED tests/unit/test_isort.py::test_length_sort PASSED tests/unit/test_isort.py::test_length_sort_straight PASSED tests/unit/test_isort.py::test_length_sort_section PASSED tests/unit/test_isort.py::test_convert_hanging PASSED tests/unit/test_isort.py::test_custom_indent PASSED tests/unit/test_isort.py::test_use_parentheses PASSED tests/unit/test_isort.py::test_skip PASSED tests/unit/test_isort.py::test_skip_with_file_name PASSED tests/unit/test_isort.py::test_skip_within_file PASSED tests/unit/test_isort.py::test_force_to_top PASSED tests/unit/test_isort.py::test_add_imports PASSED tests/unit/test_isort.py::test_remove_imports PASSED tests/unit/test_isort.py::test_comments_above PASSED tests/unit/test_isort.py::test_explicitly_local_import PASSED tests/unit/test_isort.py::test_quotes_in_file PASSED tests/unit/test_isort.py::test_check_newline_in_imports PASSED tests/unit/test_isort.py::test_forced_separate PASSED tests/unit/test_isort.py::test_default_section PASSED tests/unit/test_isort.py::test_first_party_overrides_standard_section PASSED tests/unit/test_isort.py::test_thirdy_party_overrides_standard_section PASSED tests/unit/test_isort.py::test_known_pattern_path_expansion PASSED tests/unit/test_isort.py::test_force_single_line_imports PASSED tests/unit/test_isort.py::test_force_single_line_long_imports PASSED tests/unit/test_isort.py::test_force_single_line_imports_and_sort_within_sections PASSED tests/unit/test_isort.py::test_titled_imports PASSED tests/unit/test_isort.py::test_footered_imports PASSED tests/unit/test_isort.py::test_titled_and_footered_imports PASSED tests/unit/test_isort.py::test_balanced_wrapping PASSED tests/unit/test_isort.py::test_relative_import_with_space PASSED tests/unit/test_isort.py::test_multiline_import PASSED tests/unit/test_isort.py::test_single_multiline PASSED tests/unit/test_isort.py::test_atomic_mode PASSED tests/unit/test_isort.py::test_order_by_type PASSED tests/unit/test_isort.py::test_custom_lines_before_import_section PASSED tests/unit/test_isort.py::test_custom_lines_after_import_section PASSED tests/unit/test_isort.py::test_smart_lines_after_import_section PASSED tests/unit/test_isort.py::test_settings_overwrite PASSED tests/unit/test_isort.py::test_combined_from_and_as_imports PASSED tests/unit/test_isort.py::test_as_imports_with_line_length PASSED tests/unit/test_isort.py::test_keep_comments PASSED tests/unit/test_isort.py::test_multiline_split_on_dot PASSED tests/unit/test_isort.py::test_import_star PASSED tests/unit/test_isort.py::test_include_trailing_comma PASSED tests/unit/test_isort.py::test_similar_to_std_library PASSED tests/unit/test_isort.py::test_correctly_placed_imports PASSED tests/unit/test_isort.py::test_auto_detection PASSED tests/unit/test_isort.py::test_same_line_statements PASSED tests/unit/test_isort.py::test_long_line_comments PASSED tests/unit/test_isort.py::test_tab_character_in_import PASSED tests/unit/test_isort.py::test_split_position PASSED tests/unit/test_isort.py::test_place_comments PASSED tests/unit/test_isort.py::test_placement_control PASSED tests/unit/test_isort.py::test_custom_sections PASSED tests/unit/test_isort.py::test_custom_sections_exception_handling PASSED tests/unit/test_isort.py::test_glob_known PASSED tests/unit/test_isort.py::test_sticky_comments PASSED tests/unit/test_isort.py::test_zipimport PASSED tests/unit/test_isort.py::test_from_ending PASSED tests/unit/test_isort.py::test_from_first PASSED tests/unit/test_isort.py::test_top_comments PASSED tests/unit/test_isort.py::test_consistency PASSED tests/unit/test_isort.py::test_force_grid_wrap PASSED tests/unit/test_isort.py::test_force_grid_wrap_long PASSED tests/unit/test_isort.py::test_uses_jinja_variables PASSED tests/unit/test_isort.py::test_fcntl PASSED tests/unit/test_isort.py::test_import_split_is_word_boundary_aware PASSED tests/unit/test_isort.py::test_other_file_encodings PASSED tests/unit/test_isort.py::test_other_file_encodings_in_place PASSED tests/unit/test_isort.py::test_encoding_not_in_comment PASSED tests/unit/test_isort.py::test_encoding_not_in_first_two_lines PASSED tests/unit/test_isort.py::test_comment_at_top_of_file PASSED tests/unit/test_isort.py::test_alphabetic_sorting PASSED tests/unit/test_isort.py::test_alphabetic_sorting_multi_line PASSED tests/unit/test_isort.py::test_comments_not_duplicated PASSED tests/unit/test_isort.py::test_top_of_line_comments PASSED tests/unit/test_isort.py::test_basic_comment PASSED tests/unit/test_isort.py::test_shouldnt_add_lines PASSED tests/unit/test_isort.py::test_sections_parsed_correct PASSED tests/unit/test_isort.py::test_pyproject_conf_file PASSED tests/unit/test_isort.py::test_alphabetic_sorting_no_newlines PASSED tests/unit/test_isort.py::test_sort_within_section PASSED tests/unit/test_isort.py::test_sort_within_section_case_honored PASSED tests/unit/test_isort.py::test_sorting_with_two_top_comments PASSED tests/unit/test_isort.py::test_lines_between_sections PASSED tests/unit/test_isort.py::test_forced_sepatate_globs PASSED tests/unit/test_isort.py::test_no_additional_lines_issue_358 PASSED tests/unit/test_isort.py::test_import_by_paren_issue_375 PASSED tests/unit/test_isort.py::test_import_by_paren_issue_460 PASSED tests/unit/test_isort.py::test_function_with_docstring PASSED tests/unit/test_isort.py::test_plone_style PASSED tests/unit/test_isort.py::test_third_party_case_sensitive PASSED tests/unit/test_isort.py::test_exists_case_sensitive_file PASSED tests/unit/test_isort.py::test_exists_case_sensitive_directory PASSED tests/unit/test_isort.py::test_sys_path_mutation PASSED tests/unit/test_isort.py::test_long_single_line PASSED tests/unit/test_isort.py::test_import_inside_class_issue_432 PASSED tests/unit/test_isort.py::test_wildcard_import_without_space_issue_496 PASSED tests/unit/test_isort.py::test_import_line_mangles_issues_491 PASSED tests/unit/test_isort.py::test_import_line_mangles_issues_505 PASSED tests/unit/test_isort.py::test_import_line_mangles_issues_439 PASSED tests/unit/test_isort.py::test_alias_using_paren_issue_466 PASSED tests/unit/test_isort.py::test_long_alias_using_paren_issue_957 PASSED tests/unit/test_isort.py::test_strict_whitespace_by_default PASSED tests/unit/test_isort.py::test_strict_whitespace_no_closing_newline_issue_676 PASSED tests/unit/test_isort.py::test_ignore_whitespace PASSED tests/unit/test_isort.py::test_import_wraps_with_comment_issue_471 PASSED tests/unit/test_isort.py::test_import_case_produces_inconsistent_results_issue_472 PASSED tests/unit/test_isort.py::test_inconsistent_behavior_in_python_2_and_3_issue_479 PASSED tests/unit/test_isort.py::test_sort_within_section_comments_issue_436 PASSED tests/unit/test_isort.py::test_sort_within_sections_with_force_to_top_issue_473 PASSED tests/unit/test_isort.py::test_force_sort_within_sections_with_relative_imports PASSED tests/unit/test_isort.py::test_force_sort_within_sections_with_reverse_relative_imports PASSED tests/unit/test_isort.py::test_sort_relative_in_force_sorted_sections_issue_1659 PASSED tests/unit/test_isort.py::test_reverse_sort_relative_in_force_sorted_sections_issue_1659 PASSED tests/unit/test_isort.py::test_correct_number_of_new_lines_with_comment_issue_435 PASSED tests/unit/test_isort.py::test_future_below_encoding_issue_545 PASSED tests/unit/test_isort.py::test_no_extra_lines_issue_557 PASSED tests/unit/test_isort.py::test_long_import_wrap_support_with_mode_2 PASSED tests/unit/test_isort.py::test_pylint_comments_incorrectly_wrapped_issue_571 PASSED tests/unit/test_isort.py::test_ensure_async_methods_work_issue_537 PASSED tests/unit/test_isort.py::test_ensure_as_imports_sort_correctly_within_from_imports_issue_590 PASSED tests/unit/test_isort.py::test_ensure_line_endings_are_preserved_issue_493 PASSED tests/unit/test_isort.py::test_not_splitted_sections PASSED tests/unit/test_isort.py::test_no_lines_before_empty_section PASSED tests/unit/test_isort.py::test_no_inline_sort PASSED tests/unit/test_isort.py::test_relative_import_of_a_module PASSED tests/unit/test_isort.py::test_escaped_parens_sort PASSED tests/unit/test_isort.py::test_escaped_parens_sort_with_comment PASSED tests/unit/test_isort.py::test_escaped_parens_sort_with_first_comment PASSED tests/unit/test_isort.py::test_escaped_no_parens_sort_with_first_comment PASSED tests/unit/test_isort.py::test_to_ensure_imports_are_brought_to_top_issue_651 SKIPPED tests/unit/test_isort.py::test_to_ensure_importing_from_imports_module_works_issue_662 PASSED tests/unit/test_isort.py::test_to_ensure_no_unexpected_changes_issue_666 PASSED tests/unit/test_isort.py::test_to_ensure_tabs_dont_become_space_issue_665 PASSED tests/unit/test_isort.py::test_new_lines_are_preserved PASSED tests/unit/test_isort.py::test_forced_separate_is_deterministic_issue_774 PASSED tests/unit/test_isort.py::test_monkey_patched_urllib PASSED tests/unit/test_isort.py::test_argument_parsing PASSED tests/unit/test_isort.py::test_command_line[False] PASSED tests/unit/test_isort.py::test_command_line[True] PASSED tests/unit/test_isort.py::test_quiet[False] PASSED tests/unit/test_isort.py::test_quiet[True] PASSED tests/unit/test_isort.py::test_safety_skips[False] PASSED tests/unit/test_isort.py::test_safety_skips[True] PASSED tests/unit/test_isort.py::test_skip_glob[skip_glob_assert0] PASSED tests/unit/test_isort.py::test_skip_glob[skip_glob_assert1] PASSED tests/unit/test_isort.py::test_skip_glob[skip_glob_assert2] PASSED tests/unit/test_isort.py::test_broken PASSED tests/unit/test_isort.py::test_comments_not_removed_issue_576 PASSED tests/unit/test_isort.py::test_reverse_relative_imports_issue_417 PASSED tests/unit/test_isort.py::test_inconsistent_relative_imports_issue_577 PASSED tests/unit/test_isort.py::test_unwrap_issue_762 PASSED tests/unit/test_isort.py::test_multiple_as_imports PASSED tests/unit/test_isort.py::test_all_imports_from_single_module PASSED tests/unit/test_isort.py::test_noqa_issue_679 PASSED tests/unit/test_isort.py::test_extract_multiline_output_wrap_setting_from_a_config_file PASSED tests/unit/test_isort.py::test_ensure_support_for_non_typed_but_cased_alphabetic_sort_issue_890 PASSED tests/unit/test_isort.py::test_to_ensure_empty_line_not_added_to_file_start_issue_889 PASSED tests/unit/test_isort.py::test_to_ensure_correctly_handling_of_whitespace_only_issue_811 PASSED tests/unit/test_isort.py::test_standard_library_deprecates_user_issue_778 PASSED tests/unit/test_isort.py::test_settings_path_skip_issue_909 PASSED tests/unit/test_isort.py::test_skip_paths_issue_938 PASSED tests/unit/test_isort.py::test_failing_file_check_916 PASSED tests/unit/test_isort.py::test_import_heading_issue_905 PASSED tests/unit/test_isort.py::test_isort_keeps_comments_issue_691 PASSED tests/unit/test_isort.py::test_isort_multiline_with_tab_issue_1714 PASSED tests/unit/test_isort.py::test_isort_ensures_blank_line_between_import_and_comment PASSED tests/unit/test_isort.py::test_pyi_formatting_issue_942 PASSED tests/unit/test_isort.py::test_move_class_issue_751 PASSED tests/unit/test_isort.py::test_python_version PASSED tests/unit/test_isort.py::test_isort_with_single_character_import PASSED tests/unit/test_isort.py::test_isort_nested_imports PASSED tests/unit/test_isort.py::test_isort_off PASSED tests/unit/test_isort.py::test_isort_split PASSED tests/unit/test_isort.py::test_comment_look_alike PASSED tests/unit/test_isort.py::test_cdef_support PASSED tests/unit/test_isort.py::test_top_level_import_order PASSED tests/unit/test_isort.py::test_noqa_issue_1065 PASSED tests/unit/test_isort.py::test_single_line_exclusions PASSED tests/unit/test_isort.py::test_nested_comment_handling PASSED tests/unit/test_isort.py::test_comments_top_of_file PASSED tests/unit/test_isort.py::test_multiple_aliases PASSED tests/unit/test_isort.py::test_parens_in_comment PASSED tests/unit/test_isort.py::test_as_imports_mixed PASSED tests/unit/test_isort.py::test_no_sections_with_future PASSED tests/unit/test_isort.py::test_no_sections_with_as_import PASSED tests/unit/test_isort.py::test_no_lines_too_long PASSED tests/unit/test_isort.py::test_python_future_category PASSED tests/unit/test_isort.py::test_combine_star_comments_above PASSED tests/unit/test_isort.py::test_deprecated_settings PASSED tests/unit/test_isort.py::test_deprecated_settings_no_warn_in_quiet_mode PASSED tests/unit/test_isort.py::test_only_sections PASSED tests/unit/test_isort.py::test_combine_straight_imports PASSED tests/unit/test_isort.py::test_find_imports_in_code PASSED tests/unit/test_isort.py::test_find_imports_in_stream PASSED tests/unit/test_isort.py::test_split_on_trailing_comma PASSED tests/unit/test_isort.py::test_split_on_trailing_comma_wih_as PASSED tests/unit/test_isort.py::test_infinite_loop_in_unmatched_parenthesis PASSED tests/unit/test_isort.py::test_reexport PASSED tests/unit/test_isort.py::test_reexport_leave_alone_if_not_enabled PASSED tests/unit/test_isort.py::test_reexport_multiline PASSED tests/unit/test_isort.py::test_reexport_list PASSED tests/unit/test_isort.py::test_reexport_set PASSED tests/unit/test_isort.py::test_reexport_bare PASSED tests/unit/test_isort.py::test_reexport_no_spaces PASSED tests/unit/test_isort.py::test_reexport_not_first_line PASSED tests/unit/test_isort.py::test_reexport_not_last_line PASSED tests/unit/test_isort.py::test_reexport_multiline_import PASSED tests/unit/test_isort.py::test_reexport_multiline_in_center PASSED tests/unit/test_isort.py::test_reexport_multiline_long_rollback PASSED tests/unit/test_literal.py::test_value_mismatch PASSED tests/unit/test_literal.py::test_invalid_syntax PASSED tests/unit/test_literal.py::test_invalid_sort_type PASSED tests/unit/test_literal.py::test_value_assignment_assignments PASSED tests/unit/test_literal.py::test_assignments_invalid_section PASSED tests/unit/test_main.py::test_fuzz_sort_imports PASSED tests/unit/test_main.py::test_sort_imports PASSED tests/unit/test_main.py::test_sort_imports_error_handling PASSED tests/unit/test_main.py::test_parse_args PASSED tests/unit/test_main.py::test_ascii_art PASSED tests/unit/test_main.py::test_preconvert PASSED tests/unit/test_main.py::test_show_files PASSED tests/unit/test_main.py::test_missing_default_section PASSED tests/unit/test_main.py::test_ran_against_root PASSED tests/unit/test_main.py::test_main PASSED tests/unit/test_main.py::test_isort_filename_overrides PASSED tests/unit/test_main.py::test_isort_float_to_top_overrides PASSED tests/unit/test_main.py::test_isort_with_stdin PASSED tests/unit/test_main.py::test_unsupported_encodings PASSED tests/unit/test_main.py::test_stream_skip_file PASSED tests/unit/test_main.py::test_only_modified_flag PASSED tests/unit/test_main.py::test_identify_imports_main PASSED tests/unit/test_main.py::test_gitignore PASSED tests/unit/test_main.py::test_multiple_configs PASSED tests/unit/test_main.py::test_multiple_src_paths PASSED tests/unit/test_output.py::test_fuzz_add_to_line PASSED tests/unit/test_parse.py::test_file_contents PASSED tests/unit/test_parse.py::test_fuzz__infer_line_separator PASSED tests/unit/test_parse.py::test_fuzz__strip_syntax PASSED tests/unit/test_parse.py::test_fuzz_import_type PASSED tests/unit/test_parse.py::test_fuzz_skip_line PASSED tests/unit/test_parse.py::test_normalize_line[from . cimport a-from . cimport a0] PASSED tests/unit/test_parse.py::test_normalize_line[from.cimport a-from . cimport a] PASSED tests/unit/test_parse.py::test_normalize_line[from..cimport a-from .. cimport a] PASSED tests/unit/test_parse.py::test_normalize_line[from . import a-from . import a0] PASSED tests/unit/test_parse.py::test_normalize_line[from.import a-from . import a] PASSED tests/unit/test_parse.py::test_normalize_line[from..import a-from .. import a] PASSED tests/unit/test_parse.py::test_normalize_line[import *-import *] PASSED tests/unit/test_parse.py::test_normalize_line[import*-import *] PASSED tests/unit/test_parse.py::test_normalize_line[from . import a-from . import a1] PASSED tests/unit/test_parse.py::test_normalize_line[from .import a-from . import a] PASSED tests/unit/test_parse.py::test_normalize_line[from ..import a-from .. import a] PASSED tests/unit/test_parse.py::test_normalize_line[from . cimport a-from . cimport a1] PASSED tests/unit/test_parse.py::test_normalize_line[from .cimport a-from . cimport a] PASSED tests/unit/test_parse.py::test_normalize_line[from ..cimport a-from .. cimport a] PASSED tests/unit/test_parse.py::test_normalize_line[from\t.\timport a-from . import a] PASSED tests/unit/test_place.py::test_module PASSED tests/unit/test_place.py::test_extra_standard_library PASSED tests/unit/test_place.py::test_no_standard_library_placement PASSED tests/unit/test_place.py::test_namespace_package_placement PASSED tests/unit/test_regressions.py::test_isort_duplicating_comments_issue_1264 PASSED tests/unit/test_regressions.py::test_moving_comments_issue_726 PASSED tests/unit/test_regressions.py::test_blank_lined_removed_issue_1275 PASSED tests/unit/test_regressions.py::test_blank_lined_removed_issue_1283 PASSED tests/unit/test_regressions.py::test_extra_blank_line_added_nested_imports_issue_1290 PASSED tests/unit/test_regressions.py::test_add_imports_shouldnt_make_isort_unusable_issue_1297 PASSED tests/unit/test_regressions.py::test_no_extra_lines_for_imports_in_functions_issue_1277 PASSED tests/unit/test_regressions.py::test_no_extra_blank_lines_in_methods_issue_1293 PASSED tests/unit/test_regressions.py::test_force_single_line_shouldnt_remove_preceding_comment_lines_issue_1296 PASSED tests/unit/test_regressions.py::test_ensure_new_line_before_comments_mixed_with_ensure_newline_before_comments_1295 PASSED tests/unit/test_regressions.py::test_trailing_comma_doesnt_introduce_broken_code_with_comment_and_wrap_issue_1302 PASSED tests/unit/test_regressions.py::test_ensure_sre_parse_is_identified_as_stdlib_issue_1304 PASSED tests/unit/test_regressions.py::test_add_imports_shouldnt_move_lower_comments_issue_1300 PASSED tests/unit/test_regressions.py::test_windows_newline_issue_1277 PASSED tests/unit/test_regressions.py::test_windows_newline_issue_1278 PASSED tests/unit/test_regressions.py::test_check_never_passes_with_indented_headings_issue_1301 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_fail_on_long_from_with_dot_issue_1190 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_add_extra_new_line_when_fass_and_n_issue_1315 PASSED tests/unit/test_regressions.py::test_isort_doesnt_rewrite_import_with_dot_to_from_import_issue_1280 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_introduce_extra_lines_with_fass_issue_1322 PASSED tests/unit/test_regressions.py::test_comments_should_cause_wrapping_on_long_lines_black_mode_issue_1219 PASSED tests/unit/test_regressions.py::test_comment_blocks_should_stay_associated_without_extra_lines_issue_1156 PASSED tests/unit/test_regressions.py::test_comment_shouldnt_be_duplicated_with_fass_enabled_issue_1329 PASSED tests/unit/test_regressions.py::test_wrap_mode_equal_to_line_length_with_indendet_imports_issue_1333 PASSED tests/unit/test_regressions.py::test_isort_skipped_nested_imports_issue_1339 PASSED tests/unit/test_regressions.py::test_windows_diff_too_large_misrepresentative_issue_1348 PASSED tests/unit/test_regressions.py::test_combine_as_does_not_lose_comments_issue_1321 PASSED tests/unit/test_regressions.py::test_combine_as_does_not_lose_comments_issue_1381 PASSED tests/unit/test_regressions.py::test_incorrect_grouping_when_comments_issue_1396 PASSED tests/unit/test_regressions.py::test_reverse_relative_combined_with_force_sort_within_sections_issue_1395 PASSED tests/unit/test_regressions.py::test_isort_should_be_able_to_add_independent_of_doc_string_placement_issue_1420 PASSED tests/unit/test_regressions.py::test_comments_should_never_be_moved_between_imports_issue_1427 PASSED tests/unit/test_regressions.py::test_isort_doesnt_misplace_comments_issue_1431 PASSED tests/unit/test_regressions.py::test_isort_doesnt_misplace_add_import_issue_1445 PASSED tests/unit/test_regressions.py::test_isort_doesnt_mangle_code_when_adding_imports_issue_1444 PASSED tests/unit/test_regressions.py::test_isort_float_to_top_with_sort_on_off_tests PASSED tests/unit/test_regressions.py::test_isort_doesnt_float_to_top_correctly_when_imports_not_at_top_issue_1382 PASSED tests/unit/test_regressions.py::test_empty_float_to_top_shouldnt_error_issue_1453 PASSED tests/unit/test_regressions.py::test_import_sorting_shouldnt_be_endless_with_headers_issue_1454 PASSED tests/unit/test_regressions.py::test_isort_should_leave_non_import_from_lines_alone_issue_1488 PASSED tests/unit/test_regressions.py::test_isort_float_to_top_correctly_identifies_single_line_comments_1499 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_mangle_from_multi_line_string_issue_1507 PASSED tests/unit/test_regressions.py::test_isort_should_keep_all_as_and_non_as_imports_issue_1523 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_introduce_syntax_error_issue_1539 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_split_skip_issue_1548 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_split_skip_issue_1556 PASSED tests/unit/test_regressions.py::test_isort_losing_imports_vertical_prefix_from_module_import_wrap_mode_issue_1542 PASSED tests/unit/test_regressions.py::test_isort_adding_second_comma_issue_1621 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_duplicate_comments_issue_1631 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_add_extra_new_lines_with_import_heading_issue_1670 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_add_extra_line_float_to_top_issue_1667 PASSED tests/unit/test_regressions.py::test_isort_shouldnt_move_noqa_comment_issue_1594 PASSED tests/unit/test_regressions.py::test_isort_correctly_handles_unix_vs_linux_newlines_issue_1566 PASSED tests/unit/test_regressions.py::test_isort_treats_src_paths_same_as_from_config_as_cli_issue_1711 PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_hanging_line_mode_issue_1741 PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[0] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[1] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[2] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[3] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[4] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[5] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[6] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[7] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[8] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[9] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[10] PASSED tests/unit/test_regressions.py::test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741[11] PASSED tests/unit/test_regressions.py::test_isort_should_keep_multi_noqa_with_star_issue_1744 PASSED tests/unit/test_regressions.py::test_isort_should_keep_multiple_noqa_comments_force_single_line_mode_issue_1721 PASSED tests/unit/test_regressions.py::test_isort_should_only_add_imports_to_valid_location_issue_1769 PASSED tests/unit/test_regressions.py::test_literal_sort_at_top_of_file_issue_1792 PASSED tests/unit/test_regressions.py::test_isort_should_produce_the_same_code_on_subsequent_runs_issue_1799 PASSED tests/unit/test_settings.py::TestConfig::test_init PASSED tests/unit/test_settings.py::TestConfig::test_init_unsupported_settings_fails_gracefully PASSED tests/unit/test_settings.py::TestConfig::test_known_settings PASSED tests/unit/test_settings.py::TestConfig::test_invalid_settings_path PASSED tests/unit/test_settings.py::TestConfig::test_invalid_pyversion PASSED tests/unit/test_settings.py::TestConfig::test_invalid_profile PASSED tests/unit/test_settings.py::TestConfig::test_is_skipped PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_ioerror PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_shebang PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_editor_backup PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_defaults PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_configuration PASSED tests/unit/test_settings.py::TestConfig::test_is_supported_filetype_fifo PASSED tests/unit/test_settings.py::TestConfig::test_src_paths_are_combined_and_deduplicated PASSED tests/unit/test_settings.py::TestConfig::test_src_paths_supports_glob_expansion PASSED tests/unit/test_settings.py::TestConfig::test_deprecated_multi_line_output PASSED tests/unit/test_settings.py::test_as_list PASSED tests/unit/test_settings.py::test_find_config PASSED tests/unit/test_settings.py::test_find_config_deep PASSED tests/unit/test_settings.py::test_get_config_data PASSED tests/unit/test_settings.py::test_editorconfig_without_sections PASSED tests/unit/test_settings.py::test_get_config_data_with_toml_and_utf8 PASSED tests/unit/test_settings.py::test_as_bool PASSED tests/unit/test_settings.py::test_find_all_configs PASSED tests/unit/test_setuptools_command.py::test_isort_command_smoke PASSED tests/unit/test_ticketed_features.py::test_semicolon_ignored_for_dynamic_lines_after_import_issue_1178 PASSED tests/unit/test_ticketed_features.py::test_isort_automatically_removes_duplicate_aliases_issue_1193 PASSED tests/unit/test_ticketed_features.py::test_isort_enables_floating_imports_to_top_of_module_issue_1228 PASSED tests/unit/test_ticketed_features.py::test_isort_provides_official_api_for_diff_output_issue_1335 PASSED tests/unit/test_ticketed_features.py::test_isort_warns_when_known_sections_dont_match_issue_1331 PASSED tests/unit/test_ticketed_features.py::test_isort_supports_append_only_imports_issue_727 PASSED tests/unit/test_ticketed_features.py::test_treating_comments_as_code_issue_1357 PASSED tests/unit/test_ticketed_features.py::test_isort_allows_setting_import_types_issue_1181 PASSED tests/unit/test_ticketed_features.py::test_isort_enables_deduping_section_headers_issue_953 PASSED tests/unit/test_ticketed_features.py::test_isort_doesnt_remove_as_imports_when_combine_star_issue_1380 PASSED tests/unit/test_ticketed_features.py::test_isort_support_custom_groups_above_stdlib_that_contain_stdlib_modules_issue_1407 PASSED tests/unit/test_ticketed_features.py::test_isort_intelligently_places_noqa_comments_issue_1456 PASSED tests/unit/test_ticketed_features.py::test_isort_respects_quiet_from_sort_file_api_see_1461 PASSED tests/unit/test_ticketed_features.py::test_isort_should_warn_on_empty_custom_config_issue_1433 PASSED tests/unit/test_ticketed_features.py::test_float_to_top_should_respect_existing_newlines_between_imports_issue_1502 PASSED tests/unit/test_ticketed_features.py::test_api_to_allow_custom_diff_and_output_stream_1583 PASSED tests/unit/test_ticketed_features.py::test_autofix_mixed_indent_imports_1575 PASSED tests/unit/test_ticketed_features.py::test_indented_import_headings_issue_1604 PASSED tests/unit/test_ticketed_features.py::test_isort_auto_detects_and_ignores_invalid_from_imports_issue_1688 PASSED tests/unit/test_ticketed_features.py::test_isort_allows_reversing_sort_order_issue_1645 PASSED tests/unit/test_ticketed_features.py::test_isort_can_push_star_imports_above_others_issue_1504 PASSED tests/unit/test_ticketed_features.py::test_isort_can_combine_reverse_sort_with_force_sort_within_sections_issue_1726 PASSED tests/unit/test_ticketed_features.py::test_isort_can_turn_off_import_adds_with_action_comment_issue_1737 PASSED tests/unit/test_ticketed_features.py::test_cython_pure_python_imports_2062 PASSED tests/unit/test_utils.py::test_trie PASSED tests/unit/test_wrap.py::test_import_statement PASSED tests/unit/test_wrap.py::test_line__comment_with_brackets__expects_unchanged_comment[WrapModes.VERTICAL_HANGING_INDENT-from a import (\n b as c # comment that is long enough that this import doesn't fit in one line (parens)\n)] PASSED tests/unit/test_wrap.py::test_line__comment_with_brackets__expects_unchanged_comment[WrapModes.VERTICAL-from a import (\n b as c) # comment that is long enough that this import doesn't fit in one line (parens)] PASSED tests/unit/test_wrap_modes.py::test_wrap_mode_interface PASSED tests/unit/test_wrap_modes.py::test_auto_saved PASSED tests/unit/test_wrap_modes.py::test_backslash_grid PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[4-18-False] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[4-18-True] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[4-19-False] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[4-19-True] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[5-18-False] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[5-18-True] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[5-19-False] PASSED tests/unit/test_wrap_modes.py::test_vertical_grid_size_near_line_length[5-19-True] PASSED tests/unit/test_wrap_modes.py::test_fuzz_backslash_grid PASSED tests/unit/test_wrap_modes.py::test_fuzz_grid PASSED tests/unit/test_wrap_modes.py::test_fuzz_hanging_indent PASSED tests/unit/test_wrap_modes.py::test_hanging_indent__with_include_trailing_comma__expect_same_result[True] PASSED tests/unit/test_wrap_modes.py::test_hanging_indent__with_include_trailing_comma__expect_same_result[False] PASSED tests/unit/test_wrap_modes.py::test_fuzz_hanging_indent_with_parentheses PASSED tests/unit/test_wrap_modes.py::test_fuzz_noqa PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical_grid PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical_grid_grouped PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical_hanging_indent PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical_hanging_indent_bracket PASSED tests/unit/test_wrap_modes.py::test_fuzz_vertical_prefix_from_module_import PASSED =============================== warnings summary =============================== tests/integration/test_setting_combinations.py:159 $(@D)/tests/integration/test_setting_combinations.py:159: UserWarning: `known_other` setting is defined, but OTHER is not included in `sections` config option: ('FUTURE', 'STDLIB', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER'). See: https://pycqa.github.io/isort/#custom-sections-and-ordering. config=isort.Config( tests/integration/test_setting_combinations.py:1024 $(@D)/tests/integration/test_setting_combinations.py:1024: UserWarning: `known_other` setting is defined, but OTHER is not included in `sections` config option: ('FUTURE', 'STDLIB', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER'). See: https://pycqa.github.io/isort/#custom-sections-and-ordering. config=isort.Config( tests/unit/test_hooks.py::test_git_hook_uses_the_configuration_file_specified_in_settings_path $(@D)/isort/hooks.py:74: UserWarning: `sections` setting includes testsection, but no known_testsection is defined. The following known_SECTION config options are defined: . config = Config( tests/unit/test_isort.py::test_atomic_mode $(@D)/isort/api.py:92: UserWarning: Passed in content Python AST errors found but ignored due to Cython extension sort_stream( tests/unit/test_isort.py::test_custom_sections_exception_handling $(@D)/isort/api.py:657: UserWarning: `sections` setting includes DJANGO, but no known_django is defined. The following known_SECTION config options are defined: . config = Config(**config_kwargs) tests/unit/test_isort.py::test_custom_sections_exception_handling $(@D)/isort/api.py:657: UserWarning: `sections` setting includes PANDAS, but no known_pandas is defined. The following known_SECTION config options are defined: . config = Config(**config_kwargs) tests/unit/test_isort.py::test_failing_file_check_916 $(@D)/isort/api.py:657: UserWarning: `sections` setting includes NORDIGEN, but no known_nordigen is defined. The following known_SECTION config options are defined: . config = Config(**config_kwargs) tests/unit/test_isort.py::test_python_future_category $(@D)/isort/api.py:657: UserWarning: `sections` setting includes FUTURE_LIBRARY, but no known_future_library is defined. The following known_SECTION config options are defined: future_thirdparty. config = Config(**config_kwargs) tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file due to [Errno 21] Is a directory: '/tmp/pytest-of-marcel/pytest-6/config0' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file  󁋼 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\xa0\U000c12fc' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file B Ü® ÖQ­_󩆾Y due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/B\x15\x1cÜ®\x0bÖQ\xad_\U000e91beY\x7f' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file J due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/J' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ,v due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x04,v' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 󢚠 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\U000e26a0' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file I¾ž due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/I¾\x9e' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ×V񚩙񚨺d𤵽º due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/×V\U0005aa59\U0005aa3ad𤵽º' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ò𒳒􀺗 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/ò\U00012cd2\U00100e97' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file o·ßvsˆ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/o·ßvs\x88' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 򚸏ÎOþcs  due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\U0009ae0fÎOþcs\x1d\x01' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file Pä due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/P\x90ä\x0b' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file z򃂾¶ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/z\U000830be¶' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file %T˜ 矂áp due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/%T\x98\x85\x81矂áp' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 9 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/9\x01\x9d' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file /O}򲄰‚Y due to [Errno 2] No such file or directory: '/O\x90}\U000b2130\x82Y' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file W due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/W' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ¾Á€»Vã×í­ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/¾Á\x80»\x05Vã×í\xad' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ú# due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/ú#' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 󆾲¼ï due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x16\U000c6fb2\x14¼ï\x1a' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file Ø due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/Ø' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file :. due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/:.' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 󛐮¥ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\U000db42e¥' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file »Ù󧋷E"[~C򜔣ő񄂦‰Ø򶨇d𥖠my䷑ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/»Ù\U000e72f7E"[~C\U0009c523Å\x91\U000440a6\x89Ø\U000b6a07\x12d𥖠my䷑\x02' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file rYã6, due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/rYã6,' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ~򕣆󁔛 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/~\U000958c6\U000c151b' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file Îö𰚉ûà#󔔴qœ‚ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/Îö𰚉ûà#\U000d4534q\x9c\x82' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file t$Ä5*TU򜷞󭥳™񫛌äi| N4 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x8dt$Ä5*TU\U0009cdde\x13\U000ed973\x99\U0006b6ccäi|\tN4' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file u𾖯P@ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/u\U0003e5afP@' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file æåÓ򂩴􇝳àí due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/ æåÓ\U00082a74\U00107773àí' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file Xª· due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/Xª·' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ´󀇊Ú due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/´\U000c01ca\x7f\x06Ú' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file OkÌ򃁶Œ𡭇èÐ!ä,(>YA due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/OkÌ\x12\U00083076\x8c\x08𡭇è\x1fÐ!ä,(>YA' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file *êq due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/*êq\x0c' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 򠮎ÿ󸍎0¶Ž蔤p򻇆Ê𓊸#𼼬 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\U000a0b8eÿ\U000f834e0¶\x8e蔤p\U000bb1c6Ê𓊸#\U0003cf2c' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file â񁐝 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/â\U0004141d' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file 򇧟f‚xK󗋁ã«îeG˜Ï􆦦 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\U000879dff\x82xK\x08\U000d72c1ã«îeG\x98Ï\U001069a6' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file µ[ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/µ[' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file š󡧰𫞰: due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x9a\U000e19f0𫞰:' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file —€ÓṤlN;𣄳Ñì¨󙏺 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x97\x80ÓṤlN;𣄳Ñì¨\U000d93fa' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ã·'âÂ÷R󯅘 due to [Errno 2] No such file or directory: "/tmp/pytest-of-marcel/pytest-6/config0/ã·'âÂ÷R\U000ef158" main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file þ֓¾¡¦ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/þÖ\x93¾¡¦' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file R𫊮 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/R𫊮' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ‘ due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x0f\x91' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ÜÃL¯ÀÃ񺇋;\®ê'󇶍P$*¢ù due to [Errno 2] No such file or directory: "/tmp/pytest-of-marcel/pytest-6/config0/ÜÃL¯ÀÃ\U0007a1cb;\\®ê'\U000c7d8dP$*¢ù" main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file öý.¥d¦Jò/򒄓𔷛 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/öý.¥d¦Jò\x12\x1f/\U00092113\U00014ddb\x81' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ‚ß&cíY򾷤Ïát}ð due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x82ß&cíY\U000bede4\x04Ïát\x07}ð' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file rƒ󧸉yšw򐇑Qq@ÐKbŒA>vj󣀪 due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/r\x83\U000e7e09y\x9aw\U000901d1Qq@\x1fÐK\x9db\x8cA\x02>vj\U000e302a' main.sort_imports( tests/unit/test_main.py::test_fuzz_sort_imports $(@D)/tests/unit/test_main.py:34: UserWarning: Unable to parse file ‘Ø due to [Errno 2] No such file or directory: '/tmp/pytest-of-marcel/pytest-6/config0/\x91Ø' main.sort_imports( tests/unit/test_main.py::test_missing_default_section $(@D)/isort/main.py:1124: UserWarning: `sections` setting includes MADEUP, but no known_madeup is defined. The following known_SECTION config options are defined: . config = Config(**config_dict) tests/unit/test_main.py::test_main $(@D)/tests/unit/test_main.py:209: UserWarning: virtual_env dir does not exist: /random-root-folder-that-cant-exist-right? main.main( tests/unit/test_main.py::test_main $(@D)/tests/unit/test_main.py:344: UserWarning: not-exist was broken path, make sure it exists correctly main.main([str(python_file), "not-exist", "--verbose", "--check-only"]) tests/unit/test_main.py::test_unsupported_encodings $(@D)/isort/main.py:1214: UserWarning: Encoding not supported for /tmp/pytest-of-marcel/pytest-6/test_unsupported_encodings0/file.py sort_imports( # type: ignore tests/unit/test_parse.py::test_file_contents $(@D)/tests/unit/test_parse.py:43: UserWarning: could not place module xyz of line import xyz -- Do you need to define a default section? ) = parse.file_contents(TEST_CONTENTS, config=Config(default_section="")) tests/unit/test_parse.py::test_file_contents $(@D)/tests/unit/test_parse.py:43: UserWarning: could not place module one of line three) -- Do you need to define a default section? ) = parse.file_contents(TEST_CONTENTS, config=Config(default_section="")) tests/unit/test_parse.py::test_file_contents $(@D)/tests/unit/test_parse.py:43: UserWarning: could not place module zebra of line not_bacon -- Do you need to define a default section? ) = parse.file_contents(TEST_CONTENTS, config=Config(default_section="")) tests/unit/test_parse.py::test_file_contents $(@D)/tests/unit/test_parse.py:43: UserWarning: could not place module x of line three) -- Do you need to define a default section? ) = parse.file_contents(TEST_CONTENTS, config=Config(default_section="")) tests/unit/test_regressions.py::test_reverse_relative_combined_with_force_sort_within_sections_issue_1395 $(@D)/isort/api.py:657: UserWarning: `sections` setting includes APPLICATION, but no known_application is defined. The following known_SECTION config options are defined: . config = Config(**config_kwargs) tests/unit/test_settings.py::TestConfig::test_known_settings $(@D)/tests/unit/test_settings.py:28: UserWarning: Can't set both known_thirdparty and known_third_party in the same config file. Default to known_third_party if unsure. See: https://pycqa.github.io/isort/#custom-sections-and-ordering. assert Config( tests/unit/test_settings.py::TestConfig::test_invalid_profile $(@D)/isort/settings.py:359: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/unit/test_settings.py::TestConfig::test_invalid_profile tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::TestConfig::test_invalid_profile tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2554: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(parent) tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::TestConfig::test_invalid_profile $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py: 16 warnings $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) tests/unit/test_settings.py::test_find_config $(@D)/tests/unit/test_settings.py:139: UserWarning: Failed to pull configuration information from /tmp/pytest-of-marcel/pytest-6/test_find_config0/.isort.cfg assert not settings._find_config(str(tmpdir))[1] tests/unit/test_settings.py::test_find_all_configs $(@D)/tests/unit/test_settings.py:275: UserWarning: Failed to pull configuration information from /tmp/pytest-of-marcel/pytest-6/test_find_all_configs0/subdir4/pyproject.toml config_trie = settings.find_all_configs(str(tmpdir)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 555 passed, 1 skipped, 7 deselected, 1 xfailed, 95 warnings ========