public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aiohttp] f45: Don’t reiterate pytest mark control already in setup.cfg
@ 2026-08-24 8:05 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-24 8:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aiohttp
Branch : f45
Commit : 72eb4a0822bafbf430199b3b31f18a208594c14a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-20T10:04:08+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aiohttp/c/72eb4a0822bafbf430199b3b31f18a208594c14a?branch=f45
Log:
Don’t reiterate pytest mark control already in setup.cfg
[skip changelog]
---
diff --git a/python-aiohttp.spec b/python-aiohttp.spec
index 19e6ce6..8d47470 100644
--- a/python-aiohttp.spec
+++ b/python-aiohttp.spec
@@ -163,7 +163,7 @@ k="${k-}${k+ and }not test_send_compress_text_notakeover"
# We expect that upstream will encounter the issue in their own CI soon enough.
k="${k-}${k+ and }not test_parse_set_cookie_headers_uses_unquote_with_octal"
-%pytest --pythonwarnings default ${ignore-} -k "${k-}" -m 'not dev_mode'
+%pytest --pythonwarnings default ${ignore-} -k "${k-}"
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 8:05 [rpms/python-aiohttp] f45: Don’t reiterate pytest mark control already in setup.cfg 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