Skip to content

Instantly share code, notes, and snippets.

@pfmoore
Created March 19, 2020 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfmoore/5fc59e04905c6f944b4e99a3d8ef7705 to your computer and use it in GitHub Desktop.
Save pfmoore/5fc59e04905c6f944b4e99a3d8ef7705 to your computer and use it in GitHub Desktop.
pip test failures with new resolver
FAIL tests/functional/test_check.py::test_basic_check_broken_dependency
FAIL tests/functional/test_check.py::test_check_complicated_name_broken
FAIL tests/functional/test_check.py::test_basic_check_broken_dependency_and_missing_dependency
FAIL tests/functional/test_check.py::test_check_complicated_name_missing
FAIL tests/functional/test_check.py::test_check_development_versions_are_also_considered
FAIL tests/functional/test_check.py::test_basic_check_missing_dependency
FAIL tests/functional/test_check.py::test_check_complicated_name_clean
FAIL tests/functional/test_check.py::test_check_considers_conditional_reqs
FAIL tests/functional/test_download.py::test_basic_download_should_download_dependencies
FAIL tests/functional/test_install.py::test_pep518_with_extra_and_markers
FAIL tests/functional/test_download.py::test_download__python_version_used_for_python_requires
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_forkbomb-install]
FAIL tests/functional/test_install.py::test_basic_install_from_pypi
FAIL tests/functional/test_freeze.py::test_freeze_with_requirement_option_multiple
FAIL tests/functional/test_freeze.py::test_freeze_editable_git_with_no_remote
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_forkbomb-wheel]
FAIL tests/functional/test_install.py::test_hashed_install_failure_later_flag
FAIL tests/functional/test_install.py::test_install_using_install_option_and_editable
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_twin_forkbombs_first-wheel]
FAIL tests/functional/test_freeze.py::test_freeze_editable_not_vcs
FAIL tests/functional/test_install.py::test_basic_install_editable_from_git
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_twin_forkbombs_first-install]
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_twin_forkbombs_second-install]
FAIL tests/functional/test_install.py::test_install_pip_does_not_modify_pip_when_satisfied[True-install_args1-Requirement already up-to-date: pip in]
FAIL tests/functional/test_install.py::test_basic_install_relative_directory[rel_path-True]
FAIL tests/functional/test_install.py::test_install_editable_from_git_autobuild_wheel
FAIL tests/functional/test_install_extras.py::test_simple_extras_install_from_pypi
FAIL tests/functional/test_install.py::test_installing_scripts_outside_path_prints_warning
FAIL tests/functional/test_install_cleanup.py::test_no_clean_option_blocks_cleaning_after_install
FAIL tests/functional/test_install.py::test_install_pip_does_not_modify_pip_when_satisfied[False-install_args0-Requirement already satisfied: pip in]
FAIL tests/functional/test_install_config.py::test_options_from_env_vars
FAIL tests/functional/test_install.py::test_installing_scripts_outside_path_can_suppress_warning
FAIL tests/functional/test_install_extras.py::test_extras_after_wheel
FAIL tests/functional/test_install.py::test_install_pip_does_not_modify_pip_when_satisfied[False-install_args1-Requirement already up-to-date: pip in]
FAIL tests/functional/test_install.py::test_install_editable_uninstalls_existing
FAIL tests/functional/test_install.py::test_basic_install_relative_directory[rel_url-True]
FAIL tests/functional/test_install.py::test_installing_scripts_on_path_does_not_print_warning
FAIL tests/functional/test_install_extras.py::test_no_extras_uninstall
FAIL tests/functional/test_install.py::test_install_incompatible_python_requires
FAIL tests/functional/test_install.py::test_install_builds_wheels
FAIL tests/functional/test_install.py::test_pep518_forkbombs[pep518_twin_forkbombs_second-wheel]
FAIL tests/functional/test_install.py::test_install_editable_uninstalls_existing_from_path
FAIL tests/functional/test_install_extras.py::test_nonexistent_extra_warns_user_no_wheel
FAIL tests/functional/test_install.py::test_install_incompatible_python_requires_editable
FAIL tests/functional/test_install_reqs.py::test_install_local_editable_with_extras
FAIL tests/functional/test_install_config.py::test_env_vars_override_config_file
FAIL tests/functional/test_install.py::test_basic_install_relative_directory[embedded_rel_path-True]
FAIL tests/functional/test_install.py::test_install_no_binary_disables_building_wheels
FAIL tests/functional/test_install.py::test_install_conflict_results_in_warning
FAIL tests/functional/test_install_reqs.py::test_constraints_local_editable_install_causes_error
FAIL tests/functional/test_install_extras.py::test_nonexistent_extra_warns_user_with_wheel
FAIL tests/functional/test_install.py::test_install_incompatible_python_requires_wheel
FAIL tests/functional/test_install_reqs.py::test_install_collected_dependencies_first
FAIL tests/functional/test_install_extras.py::test_nonexistent_options_listed_in_order
FAIL tests/functional/test_install.py::test_install_conflict_warning_can_be_suppressed
FAIL tests/functional/test_install.py::test_install_upgrade_editable_depending_on_other_editable
FAIL tests/functional/test_install.py::test_install_editable_with_prefix
FAIL tests/functional/test_install.py::test_install_global_option
FAIL tests/functional/test_install_cleanup.py::test_cleanup_prevented_upon_build_dir_exception
FAIL tests/functional/test_install_extras.py::test_install_special_extra
FAIL tests/functional/test_install_reqs.py::test_relative_requirements_file[rel_url-True]
FAIL tests/functional/test_install_reqs.py::test_install_local_editable_with_subdirectory
FAIL tests/functional/test_install_reqs.py::test_constraints_local_install_causes_error
FAIL tests/functional/test_install_reqs.py::test_install_distribution_union_with_versions
FAIL tests/functional/test_install_check.py::test_check_install_canonicalization
FAIL tests/functional/test_install_force_reinstall.py::test_force_reinstall_with_no_version_specifier
FAIL tests/functional/test_install_reqs.py::test_relative_requirements_file[rel_path-True]
FAIL tests/functional/test_install.py::test_install_pip_does_not_modify_pip_when_satisfied[True-install_args0-Requirement already satisfied: pip in]
FAIL tests/functional/test_install_reqs.py::test_constraints_constrain_to_local_editable
FAIL tests/functional/test_install_check.py::test_check_install_does_not_warn_for_out_of_graph_issues
FAIL tests/functional/test_install_reqs.py::test_install_with_extras_from_constraints
FAIL tests/functional/test_install_reqs.py::test_relative_requirements_file[embedded_rel_path-True]
FAIL tests/functional/test_install_upgrade.py::test_only_if_needed_does_not_upgrade_deps_when_satisfied
FAIL tests/functional/test_install_reqs.py::test_wheel_user_with_prefix_in_pydistutils_cfg
FAIL tests/functional/test_install_reqs.py::test_install_with_extras_from_install
FAIL tests/functional/test_install.py::test_install_no_binary_disables_cached_wheels
FAIL tests/functional/test_install_user.py::Tests_UserSite::()::test_install_user_conflict_in_usersite
FAIL tests/functional/test_install_upgrade.py::test_only_if_needed_does_upgrade_deps_when_no_longer_satisfied
FAIL tests/functional/test_install_reqs.py::test_constrained_to_url_install_same_url
FAIL tests/functional/test_install_vcs_git.py::test_git_with_editable_where_egg_contains_dev_string
FAIL tests/functional/test_install_reqs.py::test_install_with_extras_joined
FAIL tests/functional/test_install_config.py::test_options_from_venv_config
FAIL tests/functional/test_install_upgrade.py::test_uninstall_before_upgrade
FAIL tests/functional/test_install_vcs_git.py::test_editable__non_master_default_branch
FAIL tests/functional/test_install_reqs.py::test_constraints_not_installed_by_default
FAIL tests/functional/test_install_upgrade.py::test_eager_does_upgrade_dependecies_when_currently_satisfied
FAIL tests/functional/test_install_reqs.py::test_install_with_extras_editable_joined
FAIL tests/functional/test_install_vcs_git.py::test_install_editable_from_git_with_https
FAIL tests/functional/test_install_config.py::test_install_no_binary_via_config_disables_cached_wheels
FAIL tests/functional/test_install_upgrade.py::test_uninstall_before_upgrade_from_url
FAIL tests/functional/test_install_reqs.py::test_install_distribution_full_union
FAIL tests/functional/test_install_upgrade.py::test_no_upgrade_unless_requested
FAIL tests/functional/test_install_upgrade.py::test_eager_does_upgrade_dependecies_when_no_longer_satisfied
FAIL tests/functional/test_install_wheel.py::test_install_from_wheel_no_deps
FAIL tests/functional/test_install_vcs_git.py::test_git_with_ambiguous_revs
FAIL tests/functional/test_install_wheel.py::test_basic_install_from_wheel_with_extras
FAIL tests/functional/test_install_upgrade.py::test_upgrade_to_specific_version
FAIL tests/functional/test_install_vcs_git.py::test_editable__no_revision
FAIL tests/functional/test_install_reqs.py::test_install_distribution_union_with_constraints
FAIL tests/functional/test_install_user.py::Tests_UserSite::()::test_install_user_conflict_in_globalsite_and_usersite
FAIL tests/functional/test_install_vcs_git.py::test_git_with_tag_name_and_update
FAIL tests/functional/test_install_upgrade.py::test_upgrade_from_reqs_file
FAIL tests/functional/test_install_vcs_git.py::test_editable__branch_with_sha_same_as_default
FAIL tests/functional/test_install_user.py::Tests_UserSite::()::test_install_user_in_global_virtualenv_with_conflict_fails
FAIL tests/functional/test_install_vcs_git.py::test_git_branch_should_not_be_changed
FAIL tests/functional/test_list.py::test_editables_columns_flag
FAIL tests/functional/test_install_upgrade.py::test_upgrade_with_newest_already_installed
FAIL tests/functional/test_install_vcs_git.py::test_install_git_sha_cached
FAIL tests/functional/test_list.py::test_uptodate_editables_flag
FAIL tests/functional/test_list.py::test_uptodate_editables_columns_flag
FAIL tests/functional/test_list.py::test_outdated_editables_columns_flag
FAIL tests/functional/test_install_vcs_git.py::test_editable__branch_with_sha_different_from_default
FAIL tests/functional/test_pep517.py::test_pep517_install_with_no_cache_dir
FAIL tests/functional/test_pep517.py::test_pep517_install
FAIL tests/functional/test_list.py::test_outdated_editables_flag
FAIL tests/functional/test_show.py::test_show_with_files_not_found
FAIL tests/functional/test_pep517.py::test_pep517_install_with_reqs
FAIL tests/functional/test_list.py::test_editables_flag
FAIL tests/functional/test_list.py::test_exclude_editable_flag
FAIL tests/functional/test_pep517.py::test_pep517_backend_requirements_already_satisfied
FAIL tests/functional/test_show.py::test_show_required_by_packages_requiring_capitalized
FAIL tests/functional/test_list.py::test_uptodate_columns_flag
FAIL tests/functional/test_uninstall.py::test_basic_uninstall_namespace_package
FAIL tests/functional/test_uninstall.py::test_uninstall_editable_with_source_outside_venv
FAIL tests/functional/test_uninstall_user.py::Tests_UninstallUserSite::()::test_uninstall_editable_from_usersite
FAIL tests/functional/test_uninstall.py::test_uninstall_editable_and_pip_install
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\circular-2]
FAIL tests/functional/test_wheel.py::test_no_clean_option_blocks_cleaning_after_wheel
FAIL tests/functional/test_wheel.py::test_pip_wheel_build_cache
FAIL tests/functional/test_wheel.py::test_pip_wheel_fail_cause_of_previous_build_dir
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\circular-0]
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\circular-3]
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\extras-0]
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\extras-1]
FAIL tests/functional/test_yaml.py::test_yaml_based[install\\circular-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment