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:
parent
57903bb329
commit
111e4d0cd5
@ -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)
|
*ome-zarr-0.2.0 (10 Feb 2022)
|
||||||
|
|
||||||
10 Feb 2022; <chymera@gentoo.org> +metadata.xml, +ome-zarr-0.2.0.ebuild:
|
10 Feb 2022; <chymera@gentoo.org> +metadata.xml, +ome-zarr-0.2.0.ebuild:
|
||||||
|
@ -16,8 +16,6 @@ LICENSE="BSD-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
# Tests fail:
|
|
||||||
# https://github.com/ome/ome-zarr-py/issues/168
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@ -39,4 +37,12 @@ DEPEND="
|
|||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
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
|
distutils_enable_tests pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user