Update to 4.4.8 (rhbz#2177519)

This commit is contained in:
Miro Hrončok 2023-03-29 15:25:25 +02:00
commit fac05c2144
3 changed files with 16 additions and 11 deletions

View file

@ -1,4 +1,4 @@
From 0c4ba1f47b8402e5a18d28596d923c03de75edc0 Mon Sep 17 00:00:00 2001
From bee1dabd4e560e1f2b798a597ccb848ab9a8a869 Mon Sep 17 00:00:00 2001
From: Lumir Balhar <lbalhar@redhat.com>
Date: Tue, 10 Jan 2023 08:34:25 +0100
Subject: [PATCH] fix tests
@ -10,25 +10,25 @@ Subject: [PATCH] fix tests
3 files changed, 5 insertions(+), 33 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index f6061b2..801be5e 100644
index ebb1ef7..aa4842f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -73,8 +73,6 @@ optional-dependencies.docs = [
]
optional-dependencies.testing = [
"build[virtualenv]>=0.10",
- "covdefaults>=2.2.2",
- "covdefaults>=2.3",
- "devpi-process>=0.3",
"diff-cover>=7.4",
"diff-cover>=7.5",
"distlib>=0.3.6",
"flaky>=3.7",
@@ -82,7 +80,6 @@ optional-dependencies.testing = [
"hatchling>=1.12.2",
"hatchling>=1.13",
"psutil>=5.9.4",
"pytest>=7.2.1",
"pytest>=7.2.2",
- "pytest-cov>=4",
"pytest-mock>=3.10",
"pytest-xdist>=3.1",
"pytest-xdist>=3.2.1",
"re-assert>=1.1",
@@ -120,7 +117,6 @@ paths.source = [
report.fail_under = 88
@ -39,7 +39,7 @@ index f6061b2..801be5e 100644
[tool.isort]
known_first_party = ["tox", "tests"]
diff --git a/src/tox/pytest.py b/src/tox/pytest.py
index fb83721..82a3857 100644
index 0bc9905..65701b5 100644
--- a/src/tox/pytest.py
+++ b/src/tox/pytest.py
@@ -26,7 +26,6 @@ from _pytest.logging import LogCaptureFixture