Skip to content

Commit d0f3cca

Browse files
pyup-botpdonorio
authored andcommitted
Update pytest to 3.9.2 (#14)
This PR updates [pytest](https://pypi.org/project/pytest) from **3.9.1** to **3.9.2**. <details> <summary>Changelog</summary> ### 3.9.2 ``` ========================= Bug Fixes --------- - `2909 &lt;https://github.com/pytest-dev/pytest/issues/2909&gt;`_: Improve error message when a recursive dependency between fixtures is detected. - `3340 &lt;https://github.com/pytest-dev/pytest/issues/3340&gt;`_: Fix logging messages not shown in hooks ``pytest_sessionstart()`` and ``pytest_sessionfinish()``. - `3533 &lt;https://github.com/pytest-dev/pytest/issues/3533&gt;`_: Fix unescaped XML raw objects in JUnit report for skipped tests - `3691 &lt;https://github.com/pytest-dev/pytest/issues/3691&gt;`_: Python 2: safely format warning message about passing unicode strings to ``warnings.warn``, which may cause surprising ``MemoryError`` exception when monkey patching ``warnings.warn`` itself. - `4026 &lt;https://github.com/pytest-dev/pytest/issues/4026&gt;`_: Improve error message when it is not possible to determine a function&#39;s signature. - `4177 &lt;https://github.com/pytest-dev/pytest/issues/4177&gt;`_: Pin ``setuptools&gt;=40.0`` to support ``py_modules`` in ``setup.cfg`` - `4179 &lt;https://github.com/pytest-dev/pytest/issues/4179&gt;`_: Restore the tmpdir behaviour of symlinking the current test run. - `4192 &lt;https://github.com/pytest-dev/pytest/issues/4192&gt;`_: Fix filename reported by ``warnings.warn`` when using ``recwarn`` under python2. ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/ </details>
1 parent 7f63600 commit d0f3cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ coverage==4.5.1
88
Sphinx==1.8.1
99
twine==1.12.1
1010

11-
pytest==3.9.1
11+
pytest==3.9.2
1212
pytest-runner==4.2
1313
pytest-watch==4.2.0

0 commit comments

Comments
 (0)