mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Bump pytest-cov package version
pytest-cov 3.0.0 running under pytest 7.2 produces warnings during CI (see also pytest-dev/pytest-cov#561 [1]): > PytestDeprecationWarning: The hookimpl CovPlugin.pytest_configure_node > uses old-style configuration options (marks or attributes). and > PytestDeprecationWarning: The hookimpl CovPlugin.pytest_testnodedown > uses old-style configuration options (marks or attributes). The warnings were fixed in pytest-cov 4.0.0 [2]. [1]: https://github.com/pytest-dev/pytest-cov/issues/561 [2]: https://github.com/pytest-dev/pytest-cov/issues/561#issuecomment-1297143745
This commit is contained in:
parent
5b6cc861d8
commit
ff1677672e
2 changed files with 7 additions and 7 deletions
12
poetry.lock
generated
12
poetry.lock
generated
|
@ -793,13 +793,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-cov"
|
name = "pytest-cov"
|
||||||
version = "3.0.0"
|
version = "5.0.0"
|
||||||
description = "Pytest plugin for measuring coverage."
|
description = "Pytest plugin for measuring coverage."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
{file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"},
|
||||||
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
|
{file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -807,7 +807,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
|
||||||
pytest = ">=4.6"
|
pytest = ">=4.6"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
|
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-mock"
|
name = "pytest-mock"
|
||||||
|
@ -1047,4 +1047,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8,<3.13"
|
python-versions = ">=3.8,<3.13"
|
||||||
content-hash = "bc2b77061c16fc5813b3a4bbb765f2dad5f549946bbff31b2be579c208f1d839"
|
content-hash = "41fa1259c38a7b266e439f7dc1ed6a303e991a8633d2ba02624ad560b22c98f0"
|
||||||
|
|
|
@ -48,7 +48,7 @@ types-requests = "*"
|
||||||
pytest = "^7.1.2"
|
pytest = "^7.1.2"
|
||||||
pytest-mock = "^3.10.0"
|
pytest-mock = "^3.10.0"
|
||||||
pytest-qt = "^4.2.0"
|
pytest-qt = "^4.2.0"
|
||||||
pytest-cov = "^3.0.0"
|
pytest-cov = "^5.0.0"
|
||||||
strip-ansi = "*"
|
strip-ansi = "*"
|
||||||
|
|
||||||
[tool.poetry.group.qubes.dependencies]
|
[tool.poetry.group.qubes.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue