commit: e03a2690a804535b22a241e5e32d197852498505
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 05:54:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 07:11:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03a2690
dev-python/fakeredis: Update deselects
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fakeredis/fakeredis-2.30.0.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/dev-python/fakeredis/fakeredis-2.30.0.ebuild
b/dev-python/fakeredis/fakeredis-2.30.0.ebuild
index e396d2814748..ff530a27e663 100644
--- a/dev-python/fakeredis/fakeredis-2.30.0.ebuild
+++ b/dev-python/fakeredis/fakeredis-2.30.0.ebuild
@@ -44,8 +44,6 @@ src_prepare() {
python_test() {
local EPYTEST_DESELECT=(
- # also lupa
- test/test_aioredis2.py::test_failed_script_error
# TODO
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis2]"
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis3]"
@@ -66,11 +64,7 @@ python_test() {
test/test_hypothesis
test/test_hypothesis_joint.py
)
- local args=(
- # tests requiring lupa (lua support)
- -k 'not test_eval and not test_lua and not test_script'
- )
- # Note: this package is not xdist-friendly
+
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p asyncio -p pytest_mock "${args[@]}"
}