index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark the failing test as xfail
Pradyun Gedam
2020-11-29
1
-0
/
+8
*
Merge pull request #9163 from NoahGorny/redact-url-from-help
Pradyun Gedam
2020-11-27
1
-0
/
+10
|
\
|
*
tests: help: Test that auth is redacted from url in help menu
Noah Gorny
2020-11-26
1
-0
/
+10
*
|
Remove test for not reinstalling wheels, as requested
Pradyun Gedam
2020-11-25
1
-20
/
+0
*
|
Add deprecation warning when reinstalling sdists
Pradyun Gedam
2020-11-25
1
-0
/
+2
*
|
Print a message and don't reinstall wheels
Pradyun Gedam
2020-11-25
1
-39
/
+16
*
|
Ensure we're not mishandling local indexes
Pradyun Gedam
2020-11-25
1
-0
/
+26
*
|
Re-install local candidates unconditionally
Pradyun Gedam
2020-11-25
1
-0
/
+40
|
/
*
Merge pull request #9096 from uranusjr/new-resolver-constrainting-extraed
Pradyun Gedam
2020-11-23
2
-9
/
+86
|
\
|
*
2020 resolver can constrain path/URL to versions
Tzu-ping Chung
2020-11-23
1
-5
/
+23
|
*
Modify old tests to accomodate restriction removal
Tzu-ping Chung
2020-11-21
1
-4
/
+20
|
*
Add failing test
Tzu-ping Chung
2020-11-21
1
-0
/
+43
*
|
Merge pull request #9123 from sbidoul/pip-wheel-editable-fix-sbi
Pradyun Gedam
2020-11-22
2
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
Do not download editables while preparing requirements
Stéphane Bidoul
2020-11-22
1
-2
/
+2
|
*
Add failing test for issue 9122
Stéphane Bidoul
2020-11-12
1
-0
/
+16
|
*
Test download editable
Stéphane Bidoul
2020-11-12
1
-0
/
+16
*
|
Update message displayed on conflicts post-resolution
Pradyun Gedam
2020-11-12
1
-1
/
+1
|
/
*
Removed unused comes_from argument of parse_requirements
Stéphane Bidoul
2020-11-08
1
-1
/
+0
*
Use packaging.version to check version equality
Tzu-ping Chung
2020-11-03
1
-0
/
+43
*
utils: make Hashes object hashable
Xavier Fernandez
2020-10-31
1
-0
/
+10
*
Add --exclude option to pip freeze and pip list commands
Xavier Fernandez
2020-10-30
2
-1
/
+34
*
Merge pull request #9019 from pradyunsg/flip-the-switch-on-new-resolver
Pradyun Gedam
2020-10-31
25
-165
/
+165
|
\
|
*
Skip tests that fail on Python 2
Pradyun Gedam
2020-10-30
3
-2
/
+4
|
*
Fix a flaky test
Pradyun Gedam
2020-10-30
1
-7
/
+6
|
*
Add debugging information to CI
Pradyun Gedam
2020-10-30
1
-4
/
+4
|
*
Add a better error message for no-more-responses
Pradyun Gedam
2020-10-30
1
-1
/
+4
|
*
Mark test about install order as an xfail
Pradyun Gedam
2020-10-30
1
-0
/
+1
|
*
Update YAML tests for resolver changes
Pradyun Gedam
2020-10-30
13
-23
/
+23
|
*
Update tests for resolver changes
Pradyun Gedam
2020-10-30
7
-75
/
+78
|
*
Get the resolver name directly from test CLI
Pradyun Gedam
2020-10-30
1
-14
/
+9
|
*
Drop custom logic for new_resolver tests
Pradyun Gedam
2020-10-30
1
-6
/
+0
|
*
Switch to resolver variants in the test suite
Pradyun Gedam
2020-10-30
5
-44
/
+47
|
*
Change how we skip a failing test
Pradyun Gedam
2020-10-30
1
-1
/
+1
*
|
freeze: deprecate option --find-links
Xavier Fernandez
2020-10-30
1
-1
/
+2
|
/
*
Merge pull request #9017 from pradyunsg/backtracking-messaging
Pradyun Gedam
2020-10-28
1
-0
/
+48
|
\
|
*
Present a message upon first backtrack
Pradyun Gedam
2020-10-27
1
-3
/
+6
|
*
Display messages when backtracking on a package
Pradyun Gedam
2020-10-27
1
-0
/
+45
*
|
Respond to feedback, and add functional tests.
Daniel Katz
2020-10-27
1
-0
/
+31
*
|
Support multiple `abi` and `platform` values for `pip download`.
Daniel Katz
2020-10-27
3
-16
/
+16
*
|
Merge pull request #9049 from pfmoore/remove_build_dir
Pradyun Gedam
2020-10-27
2
-72
/
+7
|
\
\
|
*
|
Not clear why this didn't fail before...
Paul Moore
2020-10-27
1
-35
/
+0
|
*
|
Mark a couple of tests that still use --build as xfail
Paul Moore
2020-10-27
2
-0
/
+6
|
*
|
Remove test_pip_wheel_fail_cause_of_previous_build_dir as it's no longer valid
Paul Moore
2020-10-27
1
-37
/
+1
*
|
|
Merge pull request #8991 from asottile/dead_code
Pradyun Gedam
2020-10-27
2
-12
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
delete some dead test code (VERBOSE_FALSE)
Anthony Sottile
2020-10-12
2
-12
/
+1
*
|
|
Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbi
Pradyun Gedam
2020-10-27
1
-0
/
+15
|
\
\
\
|
*
|
|
Avoid AssertionError in pip freeze with editable direct URLs
Stéphane Bidoul
2020-10-25
1
-0
/
+15
*
|
|
|
Update tests for new signature
Pradyun Gedam
2020-10-27
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Move build_env tests to functional
Pradyun Gedam
2020-10-25
1
-0
/
+0
*
|
|
Add a small delay between re-runs
Pradyun Gedam
2020-10-25
1
-1
/
+1
[next]