Blame SOURCES/0001-Remove-zope-testrunner-usage.patch

c7109d
From c9e04ccb0455a0c212649022691693e8eb39c54d Mon Sep 17 00:00:00 2001
c7109d
From: Joel Capitao <jcapitao@redhat.com>
c7109d
Date: Thu, 6 Feb 2025 07:42:34 -0500
c7109d
Subject: [PATCH] Remove zope-testrunner usage
c7109d
c7109d
---
c7109d
 poetry.lock    | 21 ---------------------
c7109d
 pyproject.toml |  1 -
c7109d
 tox.ini        |  2 --
c7109d
 3 files changed, 24 deletions(-)
c7109d
c7109d
diff --git a/poetry.lock b/poetry.lock
c7109d
index b0f7a5d..8a7e273 100644
c7109d
--- a/poetry.lock
c7109d
+++ b/poetry.lock
c7109d
@@ -1993,27 +1993,6 @@ docs = ["Sphinx", "furo", "repoze.sphinx.autointerface"]
c7109d
 test = ["coverage[toml]", "zope.event", "zope.testing"]
c7109d
 testing = ["coverage[toml]", "zope.event", "zope.testing"]
c7109d
 
c7109d
-[[package]]
c7109d
-name = "zope-testrunner"
c7109d
-version = "6.6.1"
c7109d
-description = "Zope testrunner script."
c7109d
-optional = false
c7109d
-python-versions = ">=3.8"
c7109d
-files = [
c7109d
-    {file = "zope.testrunner-6.6.1-py3-none-any.whl", hash = "sha256:6d3f19d19601006fcee110826391502f9a148541ecb18ec41358f182426f8d21"},
c7109d
-    {file = "zope_testrunner-6.6.1.tar.gz", hash = "sha256:949426d4ae5f572dc8a6b07309f26f4da4e63e6f91e03bc7c4b9f5b8f6db0650"},
c7109d
-]
c7109d
-
c7109d
-[package.dependencies]
c7109d
-setuptools = "*"
c7109d
-"zope.exceptions" = "*"
c7109d
-"zope.interface" = "*"
c7109d
-
c7109d
-[package.extras]
c7109d
-docs = ["Sphinx", "sphinxcontrib-programoutput"]
c7109d
-subunit = ["python-subunit (>=1.4.3)", "testtools (>=0.9.30)"]
c7109d
-test = ["zope.testing"]
c7109d
-
c7109d
 [metadata]
c7109d
 lock-version = "2.0"
c7109d
 python-versions = "^3.8.0"
c7109d
diff --git a/pyproject.toml b/pyproject.toml
c7109d
index 005d421..2b371ad 100644
c7109d
--- a/pyproject.toml
c7109d
+++ b/pyproject.toml
c7109d
@@ -68,7 +68,6 @@ markdown-include = "*"
c7109d
 mkdocstrings = { extras = ["python-legacy"], version = "*" }
c7109d
 testtools = "*"
c7109d
 myst-parser = "*"
c7109d
-"zope.testrunner" = "*"
c7109d
 python-subunit = "*"
c7109d
 teamcity-messages = "*"
c7109d
 # Sphinx v7 drops setuptools support.
c7109d
diff --git a/tox.ini b/tox.ini
c7109d
index 0b9474a..f94656a 100644
c7109d
--- a/tox.ini
c7109d
+++ b/tox.ini
c7109d
@@ -25,7 +25,6 @@ deps =
c7109d
     pytest8: pytest>=8.0,<9.0
c7109d
     pytest-latest: pytest
c7109d
     twisted
c7109d
-    zope.testrunner
c7109d
     testtools
c7109d
     python-subunit
c7109d
     teamcity-messages
c7109d
@@ -37,7 +36,6 @@ commands =
c7109d
     python tests/test_unittest.py
c7109d
     python tests/test_doctest.py
c7109d
     python -c "from twisted.scripts.trial import run; run();" tests/test_generic_integration.py
c7109d
-    zope-testrunner  --test-path=./ --test-file-pattern=test_generic_integration --verbose
c7109d
     python -m testtools.run --verbose tests/test_testtools.py
c7109d
     sh -c 'python -m subunit.run tests/test_generic_integration.py | subunit2pyunit'
c7109d
     python tests/test_teamcity.py
c7109d
-- 
c7109d
2.43.5
c7109d