public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-vcrpy] rawhide: BuildRequire python-pytest-asyncio to fix build failure with pytest 9.1
Date: Thu, 02 Jul 2026 19:28:51 GMT [thread overview]
Message-ID: <178302053150.1.12967978672800875043.rpms-python-vcrpy-762282319a6a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-vcrpy
Branch : rawhide
Commit : 762282319a6af225b8a52b02ec756d7715d92244
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-07-02T16:42:55+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-vcrpy/c/762282319a6af225b8a52b02ec756d7715d92244?branch=rawhide
Log:
BuildRequire python-pytest-asyncio to fix build failure with pytest 9.1
---
diff --git a/python-vcrpy.spec b/python-vcrpy.spec
index b77478f..d45b71a 100644
--- a/python-vcrpy.spec
+++ b/python-vcrpy.spec
@@ -5,7 +5,7 @@
Name: python-%{modname}
Version: 8.1.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
License: MIT
@@ -18,6 +18,7 @@ BuildRequires: python3-devel
%if %{with tests}
BuildRequires: python3dist(pytest)
+BuildRequires: python3dist(pytest-asyncio)
# For checking imports.
# https://vcrpy.readthedocs.io/en/latest/installation.html
@@ -88,6 +89,9 @@ rm -rf tests/unit/test_stubs.py
%changelog
+* Thu Jul 02 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 8.1.1-4
+- BuildRequire python-pytest-asyncio to fix build failure with pytest 9.1
+
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 8.1.1-3
- Rebuilt for Python 3.15
reply other threads:[~2026-07-02 19:28 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=178302053150.1.12967978672800875043.rpms-python-vcrpy-762282319a6a@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