public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-vcrpy] rawhide: BuildRequire python-pytest-asyncio to fix build failure with pytest 9.1
@ 2026-07-02 19:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-02 19:28 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 19:28 [rpms/python-vcrpy] rawhide: BuildRequire python-pytest-asyncio to fix build failure with pytest 9.1 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox