Update pytest-cov to 5.0.0 (#114160)
* Update pytest-cov to 5.0.0 * Update warnings filter
This commit is contained in:
parent
5d293f92b2
commit
1b6d1d58ec
2 changed files with 1 additions and 4 deletions
|
@ -475,9 +475,6 @@ filterwarnings = [
|
|||
# https://github.com/foxel/python_ndms2_client/issues/6 - v0.1.3
|
||||
# https://github.com/foxel/python_ndms2_client/pull/8
|
||||
"ignore:'telnetlib' is deprecated and slated for removal in Python 3.13:DeprecationWarning:ndms2_client.connection",
|
||||
# https://github.com/pytest-dev/pytest-cov/issues/557 - v4.1.0
|
||||
# Should resolve itself once pytest-xdist 4.0 is released and the option is removed
|
||||
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning:xdist.plugin",
|
||||
|
||||
# -- fixed, waiting for release / update
|
||||
# https://github.com/mkmer/AIOAladdinConnect/commit/8851fff4473d80d70ac518db2533f0fbef63b69c - >=0.2.0
|
||||
|
|
|
@ -19,7 +19,7 @@ pylint-per-file-ignores==1.3.2
|
|||
pipdeptree==2.16.1
|
||||
pytest-asyncio==0.23.6
|
||||
pytest-aiohttp==1.0.5
|
||||
pytest-cov==4.1.0
|
||||
pytest-cov==5.0.0
|
||||
pytest-freezer==0.4.8
|
||||
pytest-github-actions-annotate-failures==0.2.0
|
||||
pytest-socket==0.7.0
|
||||
|
|
Loading…
Add table
Reference in a new issue