Skip to content

Commit

Permalink
Merge #244
Browse files Browse the repository at this point in the history
244: 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 3ec20ff + 453317b commit d61aca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -43,11 +43,11 @@ tests_require =

[options.extras_require]
testing_only =
pytest==6.2.1
pytest==6.2.2

testing =
pylint==2.6.0
pytest==6.2.1
pytest==6.2.2
pytest-pylint==0.18.0
pytest-mypy==0.8.0

Expand Down

0 comments on commit d61aca8

Please sign in to comment.