public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dan Radez <dan@radez.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-cheroot] f43: Skip test_https_over_http_error (upstream cherrypy/cheroot#645):
Date: Mon, 06 Jul 2026 15:02:08 GMT	[thread overview]
Message-ID: <178335012803.1.1489614958527830758.rpms-python-cheroot-3ae41ad917ca@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-cheroot
            Branch : f43
            Commit : 3ae41ad917ca02fc7008b3b6b7eccec92e8db1a3
            Author : Dan Radez <dan@radez.net>
            Date   : 2026-07-06T11:01:50-04:00
            Stats  : +11/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-cheroot/c/3ae41ad917ca02fc7008b3b6b7eccec92e8db1a3?branch=f43

            Log:
            Skip test_https_over_http_error (upstream cherrypy/cheroot#645):

Python ssl reports 'wrong version number' where the test expects the
OpenSSL >=3.1 string 'record layer failure'.

---
diff --git a/python-cheroot.spec b/python-cheroot.spec
index 28041e8..dbcc526 100644
--- a/python-cheroot.spec
+++ b/python-cheroot.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{pypi_name}
 Version:        10.0.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Highly-optimized, pure-python HTTP server
 
 # Automatically converted from old format: BSD - review is highly recommended.
@@ -99,7 +99,11 @@ rm -rf html/.{doctrees,buildinfo}
 %py3_install
 
 %check
-LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning -p no:unraisableexception
+# test_https_over_http_error expects an OpenSSL >=3.1 error string ('record
+# layer failure'), but Python's ssl module reports the mnemonic 'wrong version
+# number' instead. Upstream: https://github.com/cherrypy/cheroot/issues/645
+LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning -p no:unraisableexception \
+    --deselect cheroot/test/test_ssl.py::test_https_over_http_error
 
 %files -n python3-%{pypi_name}
 %license LICENSE.md
@@ -115,6 +119,11 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build -W ignore::DeprecationWarning
 %endif
 
 %changelog
+* Mon Jul 06 2026 Dan Radez <dradez@redhat.com> - 10.0.1-10
+- Skip test_https_over_http_error (upstream cherrypy/cheroot#645):
+  Python ssl reports 'wrong version number' where the test expects the
+  OpenSSL >=3.1 string 'record layer failure'.
+
 * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 10.0.1-9
 - Rebuilt for Python 3.14.0rc3 bytecode
 

                 reply	other threads:[~2026-07-06 15:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178335012803.1.1489614958527830758.rpms-python-cheroot-3ae41ad917ca@fedoraproject.org \
    --to=dan@radez.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox