dev-python/hdf5storage: Drop nose based tests
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
34f742c2eb
commit
01f41607d8
@ -18,8 +18,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
|||||||
LICENSE="BSD-2"
|
LICENSE="BSD-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="doc test"
|
IUSE="doc"
|
||||||
RESTRICT="!test? ( test )"
|
# Tests need nose which is getting cleaned from main tree.
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@ -30,12 +31,4 @@ RDEPEND="
|
|||||||
BDEPEND="
|
BDEPEND="
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||||
test? (
|
|
||||||
|| (
|
|
||||||
dev-lang/julia
|
|
||||||
dev-lang/julia-bin
|
|
||||||
)
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
|
|
||||||
distutils_enable_tests nose
|
|
Loading…
x
Reference in New Issue
Block a user