public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-libcst] epel10: Drop the hypothesmith test dependency (omit fuzz tests)
Date: Thu, 09 Jul 2026 05:42:03 GMT	[thread overview]
Message-ID: <178357572328.1.11986788586593085239.rpms-python-libcst-8b4f8288d4b9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-libcst
            Branch : epel10
            Commit : 8b4f8288d4b9619cc6e7fc9136b7e54a80ef03cd
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-07-07T10:58:20+01:00
            Stats  : +3/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-libcst/c/8b4f8288d4b9619cc6e7fc9136b7e54a80ef03cd?branch=epel10

            Log:
            Drop the hypothesmith test dependency (omit fuzz tests)

- Also drop hypothesis since it is also only used for fuzz tests

---
diff --git a/python-libcst.spec b/python-libcst.spec
index cb49592..3840ad0 100644
--- a/python-libcst.spec
+++ b/python-libcst.spec
@@ -26,8 +26,6 @@ BuildRequires:  python3-devel
 %if %{with tests}
 # test dependencies are intermingled with dev dependencies
 # so list them manually for now
-BuildRequires:  python3dist(hypothesis)
-BuildRequires:  python3dist(hypothesmith)
 BuildRequires:  python3dist(pytest)
 %endif
 
@@ -107,6 +105,9 @@ cd ..
 %check
 %pyproject_check_import -e 'libcst.tests.*'
 %if %{with tests}
+# Omit fuzz tests. These don’t make much sense downstream, and would require
+# hypothesmith, which hasn’t been successfully rebuilt for Python 3.15.
+ignore="${ignore-} --ignore=libcst/tests/test_fuzz.py"
 %if %{without all_tests}
 ignore="${ignore-} --ignore=libcst/codegen/tests/test_codegen_clean.py"
 ignore="${ignore-} --ignore=libcst/metadata/tests/test_type_inference_provider.py"

                 reply	other threads:[~2026-07-09  5:42 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=178357572328.1.11986788586593085239.rpms-python-libcst-8b4f8288d4b9@fedoraproject.org \
    --to=code@musicinmybrain.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