Conversation
Fix typo in the install doc
fix(pip/req/req_set): Dont err on double reqs of the same spec
Fix typo in the user guide doc
The docs currently show passing a package's hash(es) in the form of ``--hash:sha256=...``. When trying to install something using this format, pip fails with the error ``pip: error: no such option: --hash:sha256``. This should be changed to match the output of ``pip hash``.
Document how to install a package if the target machine has no network connection.
Correct installation hash checking docs
This won't actually let the final error silently pass, since it will mean that when pip attempts to import one of the aliased modules we'll get the standard ImportError then instead of when the aliasing attempts to happen.
Let ImportError while aliasing silently pass
pip freeze: handle new requirements options.
Correct link and add docs badge
No more need for master branch
Commit 5bb9899 added some code for hiding/showing the cursor when running on the terminal, but accidentally made it so that it always printed the invisible control codes, even when not on a tty or when --quiet was specified. This turns out to be surprisingly bad (e.g. it breaks the official docker python builds). So, let's not do that. Fixes pypagh-3418
dev-requirements: use freezegun package
Make install --quiet really quiet
[Py3] Remove package containing entry points names with colons
RECORD now contains only relative path. some bugs triggered by a bleeding edge usage of python may disappear a result (pypa#3433)
DNS is non-case-sensitive, so case mismatches between origin names and any declared trusted hosts are also irrelevant.
Fix a bunch of typos
Add a `pip check` command.
This should really be 3 atomic commits but I'm short on time. - Prints a message on clean environment - Marked tests as network based - Added helper that matches lines irrespective of order.
Running setup.py using SETUPTOOLS_SHIM logs a ResourceWarning on Python 3 when using python3 -Wd command line option. This change fixes the warning by close the setup.py file before running it.
Point to setuptools documentation in readthedocs.io
Document the get-pip version for 3.2
Remove extraneous spaces in block comment.
Updated documentation copyright year to 2016
Convert readthedocs link for their .org -> .io migration for hosted projects
Fix a ResourceWarning in setuptools_build
Re-using the built-in tmpdir fixture fixes pytest-dev/pytest#1083 Also with latest pytest there's no need to use --assert=plain on py35 anymore Fixes pypa#3699 Fixes pytest-dev/pytest#1083
Change "tmpdir" fixture to work with latest pytest
Improve UX and tests of check command
pip --verbose will show all the fields, that pip was displaying.
Make pip show less verbose
pytest-capture log seems to have been abandoned in favor of pytest-catchlog pytest-catchlog is no longer maintained; pytest-3.0 will emit warnings about deprecated features, and pytest-catchlog makes use of the deprecated "pytest_funcarg__" way to declare fixtures
This will make pytest-3.0 emit a warning: cannot collect test class 'TestFailure' because it has a __init__ constructor
Get rid of (upcoming) pytest 3.0 warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.