dev-python/hdf5storage: Drop nose based tests

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:17:59 +01:00
parent 34f742c2eb
commit 01f41607d8
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -18,8 +18,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RESTRICT="!test? ( test )"
IUSE="doc"
# Tests need nose which is getting cleaned from main tree.
RESTRICT="test"
DEPEND=""
RDEPEND="
@ -30,12 +31,4 @@ RDEPEND="
BDEPEND="
app-arch/unzip
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
|| (
dev-lang/julia
dev-lang/julia-bin
)
)
"
distutils_enable_tests nose