$(PYTHON_DIR)/vendor-packages/setuptools_scm/_integration/deprecation.py:7: UserWarning: setup.cfg: at [metadata] version = attr: ... is forcing setuptools to override the version setuptools-scm did already set When using setuptools-scm it's invalid to use setuptools dynamic version as well, please remove it. Setuptools-scm is responsible for setting the version, forcing setuptools to override creates errors. warnings.warn( py$(PYV): commands[0]> python -m unittest discover -t . -s tests/ --verbose test_01_single_1_include (tests.test_01_util.CheckMatchFileTest) Test checking a single file that is included. ... ok test_01_single_2_exclude (tests.test_01_util.CheckMatchFileTest) Test checking a single file that is excluded. ... ok test_01_single_3_unmatch (tests.test_01_util.CheckMatchFileTest) Test checking a single file that is ignored. ... ok test_02_many (tests.test_01_util.CheckMatchFileTest) Test matching files individually. ... ok test_01_files_1_entries (tests.test_01_util.IterTreeTest) Tests to make sure all files are found. ... ok test_01_files_2_files (tests.test_01_util.IterTreeTest) Tests to make sure all files are found. ... ok test_02_link_1_check_symlink (tests.test_01_util.IterTreeTest) Tests whether links can be created. ... ok test_02_link_2_links_1_entries (tests.test_01_util.IterTreeTest) Tests to make sure links to directories and files work. ... ok test_02_link_2_links_2_files (tests.test_01_util.IterTreeTest) Tests to make sure links to directories and files work. ... ok test_02_link_3_sideways_links_1_entries (tests.test_01_util.IterTreeTest) Tests to make sure the same directory can be encountered multiple ... ok test_02_link_3_sideways_links_2_files (tests.test_01_util.IterTreeTest) Tests to make sure the same directory can be encountered multiple ... ok test_02_link_4_recursive_links_1_entries (tests.test_01_util.IterTreeTest) Tests detection of recursive links. ... ok test_02_link_4_recursive_links_2_files (tests.test_01_util.IterTreeTest) Tests detection of recursive links. ... ok test_02_link_5_recursive_circular_links_1_entries (tests.test_01_util.IterTreeTest) Tests detection of recursion through circular links. ... ok test_02_link_5_recursive_circular_links_2_files (tests.test_01_util.IterTreeTest) Tests detection of recursion through circular links. ... ok test_02_link_6_detect_broken_links_1_entries (tests.test_01_util.IterTreeTest) Tests that broken links are detected. ... ok test_02_link_6_detect_broken_links_2_files (tests.test_01_util.IterTreeTest) Tests that broken links are detected. ... ok test_02_link_7_ignore_broken_links_1_entries (tests.test_01_util.IterTreeTest) Tests that broken links are ignored. ... ok test_02_link_7_ignore_broken_links_2_files (tests.test_01_util.IterTreeTest) Tests that broken links are ignored. ... ok test_02_link_8_no_follow_links_1_entries (tests.test_01_util.IterTreeTest) Tests to make sure directory links can be ignored. ... ok test_02_link_8_no_follow_links_2_files (tests.test_01_util.IterTreeTest) Tests to make sure directory links can be ignored. ... ok test_01_single_1_include (tests.test_01_util.MatchFileTest) Test checking a single file that is included. ... ok test_01_single_2_exclude (tests.test_01_util.MatchFileTest) Test checking a single file that is excluded. ... ok test_01_single_3_unmatch (tests.test_01_util.MatchFileTest) Test checking a single file that is ignored. ... ok test_02_many (tests.test_01_util.MatchFileTest) Test matching files individually. ... ok test_01_purepath (tests.test_01_util.NormalizeFileTest) Tests normalizing a :class:`PurePath` as argument. ... ok test_00_empty (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests an empty pattern. ... ok test_01_absolute (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests an absolute path pattern. ... ok test_01_absolute_ignore (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests an ignore absolute path pattern. ... ok test_01_absolute_root_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a single root absolute path pattern. ... ok test_01_absolute_root_2_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests the root path patterns: ... ok test_01_relative (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a relative path pattern. ... ok test_01_relative_nested (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a relative nested path pattern. ... ok test_02_comment (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a comment pattern. ... ok test_02_ignore (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests an exclude pattern. ... ok test_03_child_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a directory name with a double-asterisk child ... ok test_03_double_asterisk_trailing_slash_edge_case (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests the edge-case **/ pattern. ... ok test_03_duplicate_leading_double_asterisk_edge_case (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Regression test for duplicate leading **/ bug. ... ok test_03_inner_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a path with an inner double-asterisk directory. ... ok test_03_only_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a double-asterisk pattern which matches everything. ... ok test_03_parent_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a file name with a double-asterisk parent directory. ... ok test_04_infix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a pattern with an infix wildcard. ... ok test_04_postfix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a pattern with a postfix wildcard. ... ok test_04_prefix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a pattern with a prefix wildcard. ... ok test_05_directory (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests a directory pattern. ... ok test_06_registered (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Tests that the pattern is registered. ... ok test_07_decode_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test decoding bytes. ... ok test_07_encode_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test encoding bytes. ... ok test_07_match_bytes_and_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_bytes_complete (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_unicode_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_unicode_and_bytes_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test unicode patterns with byte paths. ... ok test_07_match_unicode_and_unicode (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test unicode patterns with unicode paths. ... ok test_08_escape (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping a string with meta-characters ... ok test_09_single_escape_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test an escape on a line by itself. ... ok test_09_single_exclamation_mark_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test an escape on a line by itself. ... ok test_10_escape_asterisk_end (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping an asterisk at the end of a line. ... ok test_10_escape_asterisk_mid (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping an asterisk in the middle of a line. ... ok test_10_escape_asterisk_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping an asterisk at the start of a line. ... ok test_10_escape_exclamation_mark_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping an exclamation mark at the start of a line. ... ok test_10_escape_pound_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test escaping a pound sign at the start of a line. ... ok test_11_issue_19_directory_a (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a directory discrepancy, scenario A. ... ok test_11_issue_19_directory_b (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a directory discrepancy, scenario B. ... ok test_11_issue_19_directory_c (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a directory discrepancy, scenario C. ... ok test_12_asterisk_1_regex (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a relative asterisk path pattern's regular expression. ... ok test_12_asterisk_2_regex_equivalent (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a path pattern equivalent to the relative asterisk using double ... ok test_12_asterisk_3_child (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a relative asterisk path pattern matching a direct child path. ... ok test_12_asterisk_4_descendant (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test a relative asterisk path pattern matching a descendant path. ... ok test_12_issue_62 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test including all files, scenario A. ... ok test_13_issue_77_1_negate_with_caret (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test negation using the caret symbol ("^"). ... ok test_13_issue_77_1_negate_with_exclamation_mark (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test negation using the exclamation mark ("!"). ... ok test_13_issue_77_2_regex (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test the resulting regex for regex bracket expression negation. ... ok test_14_issue_81_a (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test ignoring files in a directory, scenario A. ... ok test_14_issue_81_b (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test ignoring files in a directory, scenario B. ... ok test_14_issue_81_c (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test ignoring files in a directory, scenario C. ... ok test_15_issue_93_a_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_a_2 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_b_1_single (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with leading spaces. ... ok test_15_issue_93_b_2_double (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with leading spaces. ... ok test_15_issue_93_c_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with invalid range notation. ... ok test_15_issue_93_c_2 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest) Test patterns with invalid range notation. ... ok test_00_empty (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests an empty pattern. ... ok test_01_absolute (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests an absolute path pattern. ... ok test_01_absolute_ignore (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests an ignore absolute path pattern. ... ok test_01_absolute_root_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a single root absolute path pattern. ... ok test_01_absolute_root_2_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests the root path patterns: ... ok test_01_relative (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a relative path pattern. ... ok test_01_relative_nested (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a relative nested path pattern. ... ok test_02_comment (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a comment pattern. ... ok test_02_ignore (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests an exclude pattern. ... ok test_03_child_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a directory name with a double-asterisk child ... ok test_03_double_asterisk_trailing_slash_edge_case (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests the edge-case **/ pattern. ... ok test_03_duplicate_leading_double_asterisk_edge_case (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Regression test for duplicate leading **/ bug. ... ok test_03_inner_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a path with an inner double-asterisk directory. ... ok test_03_only_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a double-asterisk pattern which matches everything. ... ok test_03_parent_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a file name with a double-asterisk parent directory. ... ok test_04_infix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a pattern with an infix wildcard. ... ok test_04_postfix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a pattern with a postfix wildcard. ... ok test_04_prefix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a pattern with a prefix wildcard. ... ok test_05_directory (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests a directory pattern. ... ok test_06_access_deprecated (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests that the pattern is accessible from the root module using the ... ok test_06_registered_deprecated (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Tests that the pattern is registered under the deprecated alias. ... ok test_07_decode_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test decoding bytes. ... ok test_07_encode_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test encoding bytes. ... ok test_07_match_bytes_and_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_bytes_complete (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_unicode_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test byte string patterns matching byte string paths. ... ok test_07_match_unicode_and_bytes_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test unicode patterns with byte paths. ... ok test_07_match_unicode_and_unicode (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test unicode patterns with unicode paths. ... ok test_08_escape (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping a string with meta-characters ... ok test_09_single_escape_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test an escape on a line by itself. ... ok test_09_single_exclamation_mark_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test an escape on a line by itself. ... ok test_10_escape_asterisk_end (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping an asterisk at the end of a line. ... ok test_10_escape_asterisk_mid (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping an asterisk in the middle of a line. ... ok test_10_escape_asterisk_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping an asterisk at the start of a line. ... ok test_10_escape_exclamation_mark_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping an exclamation mark at the start of a line. ... ok test_10_escape_pound_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test escaping a pound sign at the start of a line. ... ok test_11_issue_19_directory_a (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a directory discrepancy, scenario A. ... ok test_11_issue_19_directory_b (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a directory discrepancy, scenario B. ... ok test_11_issue_19_directory_c (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a directory discrepancy, scenario C. ... ok test_12_asterisk_1_regex (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a relative asterisk path pattern's regular expression. ... ok test_12_asterisk_2_regex_equivalent (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a path pattern equivalent to the relative asterisk using double ... ok test_12_asterisk_3_child (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a relative asterisk path pattern matching a direct child path. ... ok test_12_asterisk_4_descendant (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test a relative asterisk path pattern matching a descendant path. ... ok test_12_issue_62 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test including all files, scenario A. ... ok test_13_issue_77_1_negate_with_caret (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test negation using the caret symbol ("^"). ... ok test_13_issue_77_1_negate_with_exclamation_mark (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test negation using the exclamation mark ("!"). ... ok test_13_issue_77_2_regex (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test the resulting regex for regex bracket expression negation. ... ok test_14_issue_81_a (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test ignoring files in a directory, scenario A. ... ok test_14_issue_81_b (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test ignoring files in a directory, scenario B. ... ok test_14_issue_81_c (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test ignoring files in a directory, scenario C. ... ok test_15_issue_93_a_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_a_2 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_b_1_single (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with leading spaces. ... ok test_15_issue_93_b_2_double (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with leading spaces. ... ok test_15_issue_93_c_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with invalid range notation. ... ok test_15_issue_93_c_2 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest) Test patterns with invalid range notation. ... ok test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest) Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest) Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest) Test checking a single file that is included. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest) Test checking a single file that is excluded. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest) Test checking a single file that is unmatched. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest) Test that checking files one at a time yields the same results as checking ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest) Test that checking files and matching files yield the same results. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest) Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest) Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_empty_path_2 (tests.test_04_pathspec.PathSpecTest) Tests that patterns that end with an escaped space will be treated properly. ... ok test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest) Test matching a single file that is included. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest) Test matching a single file that is excluded. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest) Test match a single file that is unmatched. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_match_files (tests.test_04_pathspec.PathSpecTest) Test that matching files one at a time yields the same results as matching ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest) Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest) Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_02_eq (tests.test_04_pathspec.PathSpecTest) Tests equality. ... ok test_02_ne (tests.test_04_pathspec.PathSpecTest) Tests inequality. ... ok test_03_add (tests.test_04_pathspec.PathSpecTest) Test spec addition using :data:`+` operator. ... ok test_03_iadd (tests.test_04_pathspec.PathSpecTest) Test spec addition using :data:`+=` operator. ... ok test_04_len (tests.test_04_pathspec.PathSpecTest) Test spec length. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest) Test matching files collectively. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_match_file (tests.test_04_pathspec.PathSpecTest) Test matching files individually. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_match_files (tests.test_04_pathspec.PathSpecTest) Test matching files collectively. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest) Test matching a file tree. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest) Test matching a file tree. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest) Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest) Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest) Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest) Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest) Test excluding files in a directory. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest) Test negating patterns. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest) Test negating patterns. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest) Test an empty list of patterns. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_01_reversed_args (tests.test_05_gitignore.GitIgnoreSpecTest) Test reversed args for `.from_lines()`. ... ok test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest) Test directory exclusions. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest) Test file exclusions. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest) Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest) Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest) Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest) Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest) Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest) Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest) Test matching files in a subdirectory of an included directory. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest) Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest) Test excluding files in a directory. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest) Test using a double asterisk pattern. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest) Test include directory should override exclude file. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest) Test issue 81 whitelist, scenario A. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest) Test issue 81 whitelist, scenario B. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest) Test issue 81 whitelist, scenario C. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest) Test an empty list of patterns. ... skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 'hyperscan'" skipped "No module named 're2'" skipped "No module named 're2'" skipped "No module named 're2'" ---------------------------------------------------------------------- Ran 189 tests OK (skipped=276) py$(PYV): OK congratulations :)