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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
|
||||
|
||||
Name: python-tox
|
||||
Version: 4.2.6
|
||||
Version: 4.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
|
|
@ -46,9 +46,6 @@ BuildRequires: /usr/bin/python
|
|||
BuildRequires: libffi-devel
|
||||
# xdist is not used upstream, but we use it to speed up the %%check
|
||||
BuildRequires: python3-pytest-xdist
|
||||
# wheel should be included upstream
|
||||
# https://github.com/tox-dev/tox/pull/2843
|
||||
BuildRequires: python3-wheel
|
||||
%if %{with ci_tests}
|
||||
# The CI tests only work if the tested tox is installed :(
|
||||
BuildRequires: tox = %{version}-%{release}
|
||||
|
|
@ -160,6 +157,9 @@ k="${k-}${k+ and }not test_local_execute_write_a_lot"
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 Miro Hrončok <mhroncok@redhat.com> - 4.2.7-1
|
||||
- Update to 4.2.7 (rhbz#2160186)
|
||||
|
||||
* Tue Jan 3 2023 Lumír Balhar <lbalhar@redhat.com> - 4.2.6-1
|
||||
- Update to 4.2.6 (rhbz#1914413)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (tox-4.2.6.tar.gz) = 23cd73e079c15083f3505d0a23dfd58a581c416292c335fb774d6317bd93baa0b81551e1fa233495910dcc478a19e08047fdbea598ee579b5cf33555c7bf04be
|
||||
SHA512 (tox-4.2.7.tar.gz) = 3e58ea71c8b756955b3e065bdc0dbc93c109d08fc07a6d365eadc5b63268f3b7df5fb706aa24e60a9b1f4fe899f68cd8336dcb6415ef9eff08c091acd5472de1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue