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-cattrs] rawhide: Fix test skips for bconds
Date: Sat, 11 Jul 2026 05:41:49 GMT [thread overview]
Message-ID: <178374850906.1.17328515230494054644.rpms-python-cattrs-f9e1dc7362ec@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-cattrs
Branch : rawhide
Commit : f9e1dc7362ec18c1b8f61ea77b9bb541517d2c8f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-11T06:26:39+01:00
Stats : +13/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-cattrs/c/f9e1dc7362ec18c1b8f61ea77b9bb541517d2c8f?branch=rawhide
Log:
Fix test skips for bconds
---
diff --git a/python-cattrs.spec b/python-cattrs.spec
index 3b5a459..17b8d50 100644
--- a/python-cattrs.spec
+++ b/python-cattrs.spec
@@ -133,9 +133,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION='%{srcversion}'
%check
-%if %{without bson} || %{without cbor2}
-# These unconditionally import bson and cbor2, so they error during test
-# collection
+%if %{without bson} || %{without cbor2} || %{without msgpack}
+# These unconditionally import bson, cbor2, and msgpack, so they error during
+# test collection
ignore="${ignore-} --ignore=tests/test_preconf.py"
ignore="${ignore-} --ignore=tests/preconf/test_pyyaml.py"
%endif
@@ -151,6 +151,16 @@ k="${k-}${k+ and }not test_msgspec_native_enums"
ignore="${ignore-} --ignore=tests/preconf/test_msgspec_cpython.py"
%endif
+%if %{without orjson}
+k="${k-}${k+ and }not test_literal_dicts_orjson"
+k="${k-}${k+ and }not test_orjson"
+k="${k-}${k+ and }not test_orjson_converter"
+k="${k-}${k+ and }not test_orjson_converter_unstruct_collection_overrides"
+k="${k-}${k+ and }not test_orjson_efficient_enum"
+k="${k-}${k+ and }not test_orjson_native_enums"
+k="${k-}${k+ and }not test_orjson_unions"
+%endif
+
%pytest --ignore-glob='bench/*' ${ignore-} -k "${k-}" -n auto
reply other threads:[~2026-07-11 5:41 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=178374850906.1.17328515230494054644.rpms-python-cattrs-f9e1dc7362ec@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