#118 Update to 4.4.6 (rhbz#2164640)
Merged a year ago by churchyard. Opened a year ago by churchyard.
rpms/ churchyard/python-tox 4.4.6  into  rawhide

file modified
+11 -11
@@ -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 @@ 

   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 @@ 

   [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 @@ 

   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 @@ 

       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

  

file modified
+4 -1
@@ -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 @@ 

  

  

  %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)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (tox-4.3.5.tar.gz) = 142c1484598e61e7e3606d8f374b0847f1b7eb432506cf952e33dd7cce09e1471ff8a1baa394fedc3e2db6af020e8cab13c4cb84c5dfd3a671c6dbb270926b45

+ SHA512 (tox-4.4.6.tar.gz) = d94b37cefc5b2bfd99c3e26fcbc1086f60d42c522b2173d8fc4e091085481775b096044e777cc9bc4e496f955edf25f93af491be0d8e592b6c61212d0dd4ec92

file modified
+2 -3
@@ -60,9 +60,9 @@ 

      - smoke_pypy37_optional:

          dir: python/smoke

          run: PYTHON=pypy3.7 VERSION=3.7 INSTALL_OR_SKIP=true ./venv.sh

-     - smoke_pypy38:

+     - smoke_pypy38_optional:

          dir: python/smoke

-         run: PYTHON=pypy3.8 VERSION=3.8 ./venv.sh

+         run: PYTHON=pypy3.8 VERSION=3.8 INSTALL_OR_SKIP=true ./venv.sh

      - smoke_pypy39:

          dir: python/smoke

          run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh
@@ -87,7 +87,6 @@ 

      - python3.11-devel

      - python3.12-devel

      - python2-devel

-     - pypy3.8-devel

      - pypy3.9-devel

      - python3-tox

      - dnf

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/7ea387c592d543a89a14f9b0c0209c5b

1 new commit added

  • CI: Make pypy3.8 optional, as it was retired on Fedora 38+
a year ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/4ecd2e1cf063495caf574fcd6d1a4738

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/c34f37ba63bc43bab105dc38af5c98c0

Pull-Request has been merged by churchyard

a year ago