public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Parag Nemade <panemade AT redhat DOT com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-unicodedata2] f45: Skip tests that require downloading Unicode data files
Date: Mon, 21 Sep 2026 07:06:28 GMT [thread overview]
Message-ID: <178997438892.1.16982669226978681436.rpms-python-unicodedata2-bbc035e94424@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-unicodedata2
Branch : f45
Commit : bbc035e94424830c9bf0fbc609f9a3a427963e9a
Author : Parag Nemade <panemade AT redhat DOT com>
Date : 2026-09-21T11:43:17+05:30
Stats : +12/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-unicodedata2/c/bbc035e94424830c9bf0fbc609f9a3a427963e9a?branch=f45
Log:
Skip tests that require downloading Unicode data files
---
diff --git a/python-unicodedata2.spec b/python-unicodedata2.spec
index af62d66..2e6bd87 100644
--- a/python-unicodedata2.spec
+++ b/python-unicodedata2.spec
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 18.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Unicodedata backport updated to the latest Unicode version
License: Apache-2.0
@@ -55,10 +55,21 @@ is data from Unicode 13.0.0.
%pytest -v
+# These tests read version-matched data files that upstream expects to be
+# fetched from unicode.org by tests/download_test_data.py; the sdist does not
+# ship them and the buildroot has no network access.
+%pytest -v \
+ --deselect tests/test_unicodedata2.py::NormalizationTest::test_normalization \
+ --deselect tests/test_unicodedata2.py::NormalizationTest::test_normalization_3_2_0 \
+ --deselect tests/test_unicodedata2.py::UnicodeFunctionsTest::test_all_names
+
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md
%changelog
+* Mon Sep 21 2026 Parag Nemade <pnemade AT redhat DOT com> - 18.0.0-2
+- Skip tests that require downloading Unicode data files
+
* Mon Sep 21 2026 Parag Nemade <pnemade AT redhat DOT com> - 18.0.0-1
- Update to 18.0.0 version (#2536999)
reply other threads:[~2026-09-21 7:06 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=178997438892.1.16982669226978681436.rpms-python-unicodedata2-bbc035e94424@fedoraproject.org \
--to=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