test: upgrades pytest-cov to avoid deprecation thing

This commit is contained in:
2023-07-23 15:27:49 -05:00
parent 29abc8af89
commit 46dc6dd6d9
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -402,11 +402,11 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]]
name = "pytest-cov"
version = "3.0.0"
version = "4.1.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
coverage = {version = ">=5.2.1", extras = ["toml"]}
@@ -505,7 +505,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = ">=3.8.1,<3.10"
content-hash = "b64fa03eb381b67f8cc9ce2995e5476dfbccddfad9e208c9823cae835d7dae08"
content-hash = "b5275c33449e8f85acbf9c0f6dfe1ec4e7296adfa16360d782b33534e1223638"
[metadata.files]
appnope = []

View File

@@ -14,7 +14,7 @@ scipy = "~1.10"
[tool.poetry.dev-dependencies]
pytest = ">=6"
flake8 = "^4.0.0"
pytest-cov = "^3.0.0"
pytest-cov = "^4.1.0"
mypy = "^0.961"
ipython = "^8.2.0"
black = "^22.3.0"