Update to 4.4.6 (rhbz#2164640)
This commit is contained in:
parent
8650fa20ae
commit
8699ee1196
3 changed files with 16 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
From c58df8195d1ebe5d06ca440f91e909b3d94e834b Mon Sep 17 00:00:00 2001
|
||||
From 0c4ba1f47b8402e5a18d28596d923c03de75edc0 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,27 +10,27 @@ Subject: [PATCH] fix tests
|
|||
3 files changed, 5 insertions(+), 33 deletions(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index c0b4541..5375902 100644
|
||||
index f6061b2..801be5e 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -48,8 +48,6 @@ optional-dependencies.docs = [
|
||||
@@ -73,8 +73,6 @@ optional-dependencies.docs = [
|
||||
]
|
||||
optional-dependencies.testing = [
|
||||
"build[virtualenv]>=0.9",
|
||||
"build[virtualenv]>=0.10",
|
||||
- "covdefaults>=2.2.2",
|
||||
- "devpi-process>=0.3",
|
||||
"diff-cover>=7.3",
|
||||
"diff-cover>=7.4",
|
||||
"distlib>=0.3.6",
|
||||
"flaky>=3.7",
|
||||
@@ -57,7 +55,6 @@ optional-dependencies.testing = [
|
||||
@@ -82,7 +80,6 @@ optional-dependencies.testing = [
|
||||
"hatchling>=1.12.2",
|
||||
"psutil>=5.9.4",
|
||||
"pytest>=7.2",
|
||||
"pytest>=7.2.1",
|
||||
- "pytest-cov>=4",
|
||||
"pytest-mock>=3.10",
|
||||
"pytest-xdist>=3.1",
|
||||
"re-assert>=1.1",
|
||||
@@ -109,7 +106,6 @@ paths.source = [
|
||||
@@ -120,7 +117,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
|
||||
|
|
@ -39,7 +39,7 @@ index c0b4541..5375902 100644
|
|||
[tool.isort]
|
||||
known_first_party = ["tox", "tests"]
|
||||
diff --git a/src/tox/pytest.py b/src/tox/pytest.py
|
||||
index ae21125..f2f1bfb 100644
|
||||
index fb83721..82a3857 100644
|
||||
--- a/src/tox/pytest.py
|
||||
+++ b/src/tox/pytest.py
|
||||
@@ -26,7 +26,6 @@ from _pytest.logging import LogCaptureFixture
|
||||
|
|
@ -80,7 +80,7 @@ index ae21125..f2f1bfb 100644
|
|||
def _invalid_index_fake_port() -> int: # noqa: PT005
|
||||
with closing(socket.socket(socket.AF_INET, socket.SOCK_STREAM)) as socket_handler:
|
||||
diff --git a/tests/test_provision.py b/tests/test_provision.py
|
||||
index 91d7689..615425a 100644
|
||||
index 290e48d..475d7f4 100644
|
||||
--- a/tests/test_provision.py
|
||||
+++ b/tests/test_provision.py
|
||||
@@ -12,7 +12,6 @@ from unittest import mock
|
||||
|
|
@ -124,5 +124,5 @@ index 91d7689..615425a 100644
|
|||
ini = "[tox]\nrequires=demo-pkg-inline\n[testenv]\npackage=skip\n[testenv:.tox]\nplatform=wrong_platform"
|
||||
proj = tox_project({"tox.ini": ini})
|
||||
--
|
||||
2.38.1
|
||||
2.39.2
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
%undefine _py3_shebang_s
|
||||
|
||||
Name: python-tox
|
||||
Version: 4.3.5
|
||||
Version: 4.4.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
|
|
@ -157,6 +157,9 @@ k="${k-}${k+ and }not test_local_execute_write_a_lot"
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2023 Miro Hrončok <mhroncok@redhat.com> - 4.4.6-1
|
||||
- Update to 4.4.6 (rhbz#2164640)
|
||||
|
||||
* Tue Jan 24 2023 Miro Hrončok <mhroncok@redhat.com> - 4.3.5-1
|
||||
- Update to 4.3.5 (rhbz#2161692)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (tox-4.3.5.tar.gz) = 142c1484598e61e7e3606d8f374b0847f1b7eb432506cf952e33dd7cce09e1471ff8a1baa394fedc3e2db6af020e8cab13c4cb84c5dfd3a671c6dbb270926b45
|
||||
SHA512 (tox-4.4.6.tar.gz) = d94b37cefc5b2bfd99c3e26fcbc1086f60d42c522b2173d8fc4e091085481775b096044e777cc9bc4e496f955edf25f93af491be0d8e592b6c61212d0dd4ec92
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue