Diff fakeredis-2.18.0 with a fakeredis-2.18.1
/usr/portage/dev-python/fakeredis/fakeredis-2.18.1.ebuild 2023-10-09 14:52:30.280368370 +0300 | ||
---|---|---|
16 | 16 | |
17 | 17 |
LICENSE="BSD" |
18 | 18 |
SLOT="0" |
19 |
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" |
|
19 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
20 | 20 | |
21 | 21 |
RDEPEND=" |
22 | 22 |
dev-python/packaging[${PYTHON_USEDEP}] |
... | ... | |
45 | 45 |
"test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]" |
46 | 46 |
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]" |
47 | 47 |
test/test_mixins/test_set_commands.py::test_smismember_wrong_type |
48 |
# new redis-server? |
|
49 |
"test/test_mixins/test_pubsub_commands.py::test_pubsub_shardnumsub[StrictRedis]" |
|
48 | 50 |
) |
49 | 51 |
local EPYTEST_IGNORE=( |
50 | 52 |
# these tests fail a lot... |