Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates pytest from 5.2.1 to 5.2.2.

Changelog

5.2.2

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

Bug Fixes
---------

- `5206 <https://github.com/pytest-dev/pytest/issues/5206>`_: Fix ``--nf`` to not forget about known nodeids with partial test selection.


- `5906 <https://github.com/pytest-dev/pytest/issues/5906>`_: Fix crash with ``KeyboardInterrupt`` during ``--setup-show``.


- `5946 <https://github.com/pytest-dev/pytest/issues/5946>`_: Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).


- `6044 <https://github.com/pytest-dev/pytest/issues/6044>`_: Properly ignore ``FileNotFoundError`` exceptions when trying to remove old temporary directories,
for instance when multiple processes try to remove the same directory (common with ``pytest-xdist``
for example).
Links

@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

Merging #1085 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1085   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          13      13           
  Lines         619     619           
  Branches       12      12           
======================================
  Hits          619     619

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 684d0d5...e7aeb52. Read the comment docs.

@adamtheturtle adamtheturtle merged commit 9db34d5 into master Nov 7, 2019
@adamtheturtle adamtheturtle deleted the pyup-update-pytest-5.2.1-to-5.2.2 branch November 7, 2019 02:45
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.

3 participants