Skip to content

Conversation

@RonnyPfannschmidt
Copy link
Member

No description provided.

RonnyPfannschmidt and others added 30 commits June 5, 2018 09:08
this prepares the splitting
Fix 2 DeprecationWarnings about invalid escape seq
Fix encoding error with `print` statements in doctests
Use --show-diff-on-failure for pre-commit CI invocation
this makes the file valid and prepares for pypa/pip#5416 and pypa/pip#5512
…ompliance

add build-system section to pyproject.toml
Travis and AppVeyor were executing "py35-freeze", which does not actually
exist in tox.ini.
…eanup

Remove unused attribute and parameter in CallSpec2
Fix reference to py36-freeze in travis and appveyor
@pytest.mark.skipif's example's description (above the code) was the opposite of the condition in the code,
fixed the description to match the code.
…unctools_reduce

Silence usage of `reduce` warning in python 2
Added changelog file
AdamEr8 and others added 17 commits June 22, 2018 08:46
Used pytest.fixture.skipif instead of pytest.mark.skipif
Doc Fix: skipif's example description
From Python 3.3 is mock part of python standard library in unittest namespace
Fix `ImportWarning` triggered by explicit relative imports
Prefer unittest.mock before mock
…array

If the user pass as a expected value a numpy array created like
numpy.array(5); it will creates an array with one element without shape,
when used with approx it will raise an error
'TypeError: iteration over a 0-d array'
Update pypi.python.org URLs to pypi.org
…est-approx

Bug fix pytest-dev#3593 - approx repr in a 0-d numpy array
@nicoddemus
Copy link
Member

@RonnyPfannschmidt did you mean the other way around? It seems you are trying to merge features into master.

@RonnyPfannschmidt RonnyPfannschmidt changed the base branch from master to features June 26, 2018 18:33
@RonnyPfannschmidt
Copy link
Member Author

@nicoddemus indeed, thanks for the note i switched the base

@nicoddemus
Copy link
Member

Feel free to merge this once AppVeyor passes if anybody beats me to it. 👍

@RonnyPfannschmidt RonnyPfannschmidt merged commit 6b23926 into pytest-dev:features Jun 26, 2018
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.

10 participants