dev-python/control: Drop nose based tests
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
01f41607d8
commit
67e9e6ed4a
@ -14,8 +14,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="test"
|
# Tests need nose which is getting cleaned from main tree.
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="test"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||||
@ -23,5 +23,3 @@ BDEPEND="
|
|||||||
dev-python/scipy[${PYTHON_USEDEP}]
|
dev-python/scipy[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
distutils_enable_tests nose
|
|
Loading…
x
Reference in New Issue
Block a user