dev-python/bluepy: Drop nose based tests
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
67e9e6ed4a
commit
bfb4a9429c
@ -14,12 +14,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="test"
|
# Some(sic!) tests need nose which is getting cleaned from main tree.
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="test"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
|
||||||
distutils_enable_tests nose
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user