mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 19:30:37 -04:00
dev-python/python-binary-memcached: disable tests
Closes: https://bugs.gentoo.org/815574 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -18,10 +18,15 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/uhashring[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/uhashring[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
test? ( net-misc/memcached )
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/mistune[${PYTHON_USEDEP}]
|
||||
@@ -31,4 +36,6 @@ DEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="test" # tests require a running memcached
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user