dev-python/bluepy: Drop nose based tests

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:18:00 +01:00
parent 67e9e6ed4a
commit bfb4a9429c
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -14,12 +14,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
# Some(sic!) tests need nose which is getting cleaned from main tree.
RESTRICT="test"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
distutils_enable_tests nose
distutils_enable_tests pytest