From 46dc6dd6d912252e8f6b4bc8333d10846364644e Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sun, 23 Jul 2023 15:27:49 -0500 Subject: [PATCH] test: upgrades pytest-cov to avoid deprecation thing --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58128ff..cde7f32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [] diff --git a/pyproject.toml b/pyproject.toml index 80becd1..7063ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"