Skip to content

Develop#1

Open
iwm21 wants to merge 2227 commits intomasterfrom
develop
Open

Develop#1
iwm21 wants to merge 2227 commits intomasterfrom
develop

Conversation

@iwm21
Copy link
Owner

@iwm21 iwm21 commented Jul 30, 2016

No description provided.

dstufft and others added 30 commits January 21, 2016 18:51
fix(pip/req/req_set): Dont err on double reqs of the same spec
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
[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.
jwilk and others added 30 commits June 10, 2016 21:29
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
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
pip --verbose will show all the fields, that pip was displaying.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.