public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-anyio] rawhide: Use pyproject and pytest long options
@ 2026-06-16 6:05 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-16 6:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-anyio
Branch : rawhide
Commit : 970e8f9132d14021d3fc576d479b28e5adf92b1a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-16T05:38:45+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-anyio/c/970e8f9132d14021d3fc576d479b28e5adf92b1a?branch=rawhide
Log:
Use pyproject and pytest long options
---
diff --git a/python-anyio.spec b/python-anyio.spec
index d819e34..8ad8963 100644
--- a/python-anyio.spec
+++ b/python-anyio.spec
@@ -55,7 +55,7 @@ tomcli set pyproject.toml lists delitem \
%generate_buildrequires
-%pyproject_buildrequires -x trio -g test
+%pyproject_buildrequires --extras trio --dependency-groups test
%build
@@ -64,11 +64,11 @@ tomcli set pyproject.toml lists delitem \
%install
%pyproject_install
-%pyproject_save_files -l %{srcname}
+%pyproject_save_files --assert-license %{srcname}
%check
-%pytest -Wdefault -m 'not network' -rsx -v
+%pytest -Wdefault -m 'not network' -rsx --verbose
%files -n python3-%{srcname} -f %{pyproject_files}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 6:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 6:05 [rpms/python-anyio] rawhide: Use pyproject and pytest long options Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox