The redis tests causes a dependency on dev-python/redis-py
but it is skipped anyway due to requiring a running redis server.
Closes: https://bugs.gentoo.org/722724
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sed -i -e '/randomly/d' -e '/rednose/d' setup.cfg || die
# tests requiring network access
rm tests/functional/test_passthrough.py || die
+ # requires running redis server
+ # it is skipped correctly but it causes unnecessary dep on redis-py
+ rm tests/functional/bugfixes/test_redis.py || die
distutils-r1_python_prepare_all
}