openhsr / connect

Die offene HSR Mapper Alternative
GNU General Public License v3.0
6 stars 2 forks source link

Update pytest to 3.0.7 #69

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of pytest available. You are currently using 3.0.6. I have updated it to 3.0.7

These links might come in handy: PyPI | Changelog | Repo | Homepage

Changelog

3.0.7

==================

  • Fix issue in assertion rewriting breaking due to modules silently discarding other modules when importing fails Notably, importing the anydbm module is fixed. (2248). Thanks pfhayes for the PR.

  • junitxml: Fix problematic case where system-out tag occured twice per testcase element in the XML report. Thanks kkoukiou_ for the PR.

  • Fix regression, pytest now skips unittest correctly if run with --pdb (2137). Thanks to gst for the report and mbyt_ for the PR.

  • Ignore exceptions raised from descriptors (e.g. properties) during Python test collection (2234). Thanks to bluetech.

  • --override-ini now correctly overrides some fundamental options like python_files (2238). Thanks sirex for the report and nicoddemus_ for the PR.

  • Replace raise StopIteration usages in the code by simple returns to finish generators, in accordance to PEP-479 (2160). Thanks tgoodlet for the report and nicoddemus for the PR.

  • Fix internal errors when an unprintable AssertionError is raised inside a test. Thanks omerhadari_ for the PR.

  • Skipping plugin now also works with test items generated by custom collectors (2231). Thanks to vidartf.

  • Fix trailing whitespace in console output if no .ini file presented (2281). Thanks fbjorn for the PR.

  • Conditionless xfail markers no longer rely on the underlying test item being an instance of PyobjMixin, and can therefore apply to tests not collected by the built-in python test collector. Thanks barneygale_ for the PR.

.. _pfhayes: https://github.com/pfhayes .. _bluetech: https://github.com/bluetech .. _gst: https://github.com/gst .. _sirex: https://github.com/sirex .. _vidartf: https://github.com/vidartf .. _kkoukiou: https://github.com/KKoukiou .. _omerhadari: https://github.com/omerhadari .. _fbjorn: https://github.com/fbjorn

.. _2248: https://github.com/pytest-dev/pytest/issues/2248 .. _2137: https://github.com/pytest-dev/pytest/issues/2137 .. _2160: https://github.com/pytest-dev/pytest/issues/2160 .. _2231: https://github.com/pytest-dev/pytest/issues/2231 .. _2234: https://github.com/pytest-dev/pytest/issues/2234 .. _2238: https://github.com/pytest-dev/pytest/issues/2238 .. _2281: https://github.com/pytest-dev/pytest/issues/2281

.. _PEP-479: https://www.python.org/dev/peps/pep-0479/

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖