Skip to content

Commit

Permalink
Merge #163
Browse files Browse the repository at this point in the history
163: Update pytest-cov to 2.10.1 r=YourLocalBlake a=pyup-bot


This PR updates [pytest-cov](https://pypi.org/project/pytest-cov) from **2.10.0** to **2.10.1**.



<details>
  <summary>Changelog</summary>
  
  
   ### 2.10.1
   ```
   -------------------

* Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017).
  Contributed by Zac Hatfield-Dodds in `412 &lt;https://github.com/pytest-dev/pytest-cov/pull/412&gt;`_.
* Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin
  in inline mode.
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/pytest-cov
  - Changelog: https://pyup.io/changelogs/pytest-cov/
  - Repo: https://github.com/pytest-dev/pytest-cov
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
Co-authored-by: Blake <yourlocalblake@gmail.com>
  • Loading branch information
3 people committed Aug 23, 2020
2 parents d6a6193 + 190e0e1 commit cf6717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,5 +1,5 @@
pytest==6.0.1;python_version>'3.0'
pytest-cov==2.10.0
pytest-cov==2.10.1
#pytest-datadir
#pytest-mpl
#pytest-regtest
Expand Down

0 comments on commit cf6717f

Please sign in to comment.