1
0
Fork 0

dev-python/ome-zarr: skipping tests

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-02-10 06:58:35 -05:00
parent 57903bb329
commit 111e4d0cd5
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,6 @@
10 Feb 2022; <chymera@gentoo.org> ome-zarr-0.2.0.ebuild:
dev-python/ome-zarr: skipping tests
*ome-zarr-0.2.0 (10 Feb 2022)
10 Feb 2022; <chymera@gentoo.org> +metadata.xml, +ome-zarr-0.2.0.ebuild:

View File

@ -16,8 +16,6 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
# Tests fail:
# https://github.com/ome/ome-zarr-py/issues/168
RESTRICT="!test? ( test )"
RDEPEND="
@ -39,4 +37,12 @@ DEPEND="
S="${WORKDIR}/${MY_PN}-${PV}"
# Reported upstream, perhaps auto-skippable in future releases:
# https://github.com/ome/ome-zarr-py/issues/168
EPYTEST_DESELECT=(
"tests/test_cli.py::TestCli::test_s3_info[v0.1]"
"tests/test_cli.py::TestCli::test_s3_info[v0.2]"
"tests/test_cli.py::TestCli::test_s3_info[v0.3]"
)
distutils_enable_tests pytest