Skip to content

Merge master into features #1554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
May 24, 2016

Conversation

RonnyPfannschmidt
Copy link
Member

this was done as series of merge commits to ease conflict resolution

omarkohl and others added 30 commits March 20, 2016 12:47
The example output shown was for Python3 not Python2.

Add Python2 output and rephrase for clarity.
The feature has been there for a long time and in the 2.7.1 release notes it
says:

> fixed docs to remove the notion that yield-fixtures are experimental.

Therefore this one place was probably just missed.
The fin() function was never added as a finalizer and did therefore not print
anything in the captured output.

In general improve the output by making it more verbose/explicit and extend the
final explanation.
Since 'py.test --help' shows --trace-config as an option (and not
--traceconfig) even though both forms are accepted I assume --trace-config is
the preferred form and should therefore be used in the documentation.
Since 'py.test --help' shows --full-trace as an option (and not --fulltrace)
even though both forms are accepted I assume --full-trace is the preferred form
and should therefore be used in the documentation.
Fix pytest.mark.skip mark when used in strict mode
Mention Pytest::Framework PyPI classifier on docs
Adapt get_issues.py script for GitHub (instead of Bitbucket)
Avoid errors `UnicodeErrosr`s due non maximum recursion depth errors
when checking for those errors.
…h-unicode

Fix `repr_traceback` to work with unicode errors
LaTeX doesn't like those particular unicode chars, so let's avoid them so the
PDF builds easily.
The TracebackItem class does not exist, but it seems the docstrings refer to
TracebackEntry.
@RonnyPfannschmidt
Copy link
Member Author

the py26 failures seem to stem from the recent pip update

@The-Compiler
Copy link
Member

@nicoddemus
Copy link
Member

Should we just remove that comment from the tox file then?

@The-Compiler
Copy link
Member

We can also set VIRTUALENV_DOWNLOAD=no on Travis like I did in qutebrowser/qutebrowser@b634b05 as a workaround - then virtualenv will use the vendored older pip (where this happens to work) instead of download the newest one.

adamchainz and others added 3 commits May 18, 2016 17:12
…rojects

As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified. One was not modified - `http://media.readthedocs.org/epub/pytest/latest/pytest.epub` - since it doesn't work on `readthedocs.io`.
Convert readthedocs link for their .org -> .io migration for hosted projects
Move comment in tox.ini due to recent bug in pip
@nicoddemus
Copy link
Member

Hey @RonnyPfannschmidt, could you please get the new changes from master so we can merge this in? 😁

@RonnyPfannschmidt
Copy link
Member Author

done, pushing after local tox

@nicoddemus
Copy link
Member

Hmm strange, it seems test_absolute_win32_path is failing on Windows...

This fixes the bug inserted by accident in pytest-dev#1523
@nicoddemus
Copy link
Member

Please check solution for test_absolute_win32_path in #1566

@nicoddemus
Copy link
Member

Thanks @RonnyPfannschmidt!

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.

9 participants