Skip to content

Commit

Permalink
Merge #214
Browse files Browse the repository at this point in the history
214: Update pytest to 6.2.2 r=duckinator a=pyup-bot


This PR updates [pytest](https://pypi.org/project/pytest) from **6.2.1** to **6.2.2**.



<details>
  <summary>Changelog</summary>
  
  
   ### 6.2.2
   ```
   =========================

Bug Fixes
---------

- `8152 &lt;https://github.com/pytest-dev/pytest/issues/8152&gt;`_: Fixed &quot;(&lt;Skipped instance&gt;)&quot; being shown as a skip reason in the verbose test summary line when the reason is empty.


- `8249 &lt;https://github.com/pytest-dev/pytest/issues/8249&gt;`_: Fix the ``faulthandler`` plugin for occasions when running with ``twisted.logger`` and using ``pytest --capture=no``.
   ```
   
  
</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>



Co-authored-by: pyup-bot <github-bot@pyup.io>
  • Loading branch information
bors[bot] and pyup-bot committed Jan 31, 2021
2 parents e7e45c4 + 0fea53a commit ab5a8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -34,11 +34,11 @@ build =

testing_only =
bork==5.1.0
pytest==6.2.1
pytest==6.2.2

testing =
bork==5.1.0
pytest==6.2.1
pytest==6.2.2
pylint==2.6.0
pytest-pylint==0.18.0

Expand Down

0 comments on commit ab5a8c1

Please sign in to comment.