Skip to content

Commit

Permalink
Merge #58
Browse files Browse the repository at this point in the history
58: Update pytest to 5.2.1 r=nbraud a=pyup-bot


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



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

Bug Fixes
---------

- `5902 &lt;https://github.com/pytest-dev/pytest/issues/5902&gt;`_: Fix warnings about deprecated ``cmp`` attribute in ``attrs&gt;=19.2``.
   ```
   
  
</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 Oct 8, 2019
2 parents eac0a3a + 4d2207b commit 6280e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -41,7 +41,7 @@ linting =
pylint==2.4.2

testing =
pytest==5.2.0
pytest==5.2.1
pytest-flake8==1.0.4
pytest-pylint==0.14.1

Expand Down

0 comments on commit 6280e98

Please sign in to comment.