Update to 4.4.8 (rhbz#2177519)
This commit is contained in:
parent
26d70dc88e
commit
fac05c2144
3 changed files with 16 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
%undefine _py3_shebang_s
|
||||
|
||||
Name: python-tox
|
||||
Version: 4.4.6
|
||||
Version: 4.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
|
|
@ -102,7 +102,9 @@ Obsoletes: python3-tox < 3.24.4-2
|
|||
|
||||
# Upstream updates dependencies too aggressively
|
||||
# see https://github.com/tox-dev/tox/pull/2843#discussion_r1065028356
|
||||
sed -ri 's/"(packaging|filelock|platformdirs|psutil|diff-cover)>=.*/"\1",/g' pyproject.toml
|
||||
sed -ri -e 's/"(packaging|filelock|platformdirs|psutil|diff-cover|pyproject-api|pytest-xdist|wheel)>=.*/"\1",/g' \
|
||||
-e 's/"(virtualenv)>=.*/"\1>=20",/g' \
|
||||
pyproject.toml
|
||||
|
||||
%generate_buildrequires
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
|
||||
|
|
@ -157,6 +159,9 @@ k="${k-}${k+ and }not test_local_execute_write_a_lot"
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 29 2023 Miro Hrončok <mhroncok@redhat.com> - 4.4.8-1
|
||||
- Update to 4.4.8 (rhbz#2177519)
|
||||
|
||||
* Tue Feb 28 2023 Miro Hrončok <mhroncok@redhat.com> - 4.4.6-1
|
||||
- Update to 4.4.6 (rhbz#2164640)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (tox-4.4.6.tar.gz) = d94b37cefc5b2bfd99c3e26fcbc1086f60d42c522b2173d8fc4e091085481775b096044e777cc9bc4e496f955edf25f93af491be0d8e592b6c61212d0dd4ec92
|
||||
SHA512 (tox-4.4.8.tar.gz) = a6e5ceb19ebf1adcfe5cd093a2710da88c1552f2129211175990b7b7fb6b53716fdccd7592e9c6696bf13ce584443c9a266e40ed50953999883fa1a68ea6aec6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue