Update to 4.2.7
This commit is contained in:
parent
b0d91f94dd
commit
157d42caac
3 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
From 56aa64d876a298c68057d15b0c89866aebfc0d4c Mon Sep 17 00:00:00 2001
|
||||
From 996ad0a53dac123ac0d16f71147f80ac47cc86fe 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,10 +10,10 @@ Subject: [PATCH] fix tests
|
|||
3 files changed, 3 insertions(+), 70 deletions(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index e4735d3..0eeab4f 100644
|
||||
index e8be85a..ba07bde 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -46,8 +46,6 @@ optional-dependencies.docs = [
|
||||
@@ -47,8 +47,6 @@ optional-dependencies.docs = [
|
||||
]
|
||||
optional-dependencies.testing = [
|
||||
"build[virtualenv]>=0.9",
|
||||
|
|
@ -22,15 +22,15 @@ index e4735d3..0eeab4f 100644
|
|||
"diff-cover>=7.3",
|
||||
"distlib>=0.3.6",
|
||||
"flaky>=3.7",
|
||||
@@ -55,7 +53,6 @@ optional-dependencies.testing = [
|
||||
"hatchling>=1.12",
|
||||
@@ -56,7 +54,6 @@ optional-dependencies.testing = [
|
||||
"hatchling>=1.12.2",
|
||||
"psutil>=5.9.4",
|
||||
"pytest>=7.2",
|
||||
- "pytest-cov>=4",
|
||||
"pytest-mock>=3.10",
|
||||
"pytest-xdist>=3.1",
|
||||
"re-assert>=1.1",
|
||||
@@ -106,7 +103,6 @@ paths.source = [
|
||||
@@ -108,7 +105,6 @@ paths.source = [
|
||||
report.fail_under = 88
|
||||
report.omit = ["src/tox/config/cli/for_docs.py", "tests/execute/local_subprocess/bad_process.py", "tests/type_check/*"]
|
||||
run.parallel = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue