dev-vcs/dandi-cli: added dep and ammended test suite
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
b00c7e2a51
commit
cdf197462f
@ -1,3 +1,6 @@
|
||||
11 Oct 2021; <chymera@gentoo.org> dandi-cli-0.28.0.ebuild:
|
||||
dev-vcs/dandi-cli: added dep and ammended test suite
|
||||
|
||||
*dandi-cli-0.28.0 (06 Oct 2021)
|
||||
|
||||
06 Oct 2021; <chymera@gentoo.org> +dandi-cli-0.28.0.ebuild,
|
||||
|
@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test +etelemetry"
|
||||
RESTRICT="test"
|
||||
#RESTRICT="test"
|
||||
# Test fail during collection, reported upstream: https://github.com/dandi/dandi-cli/issues/774
|
||||
|
||||
RDEPEND="
|
||||
@ -29,6 +29,7 @@ RDEPEND="
|
||||
dev-python/keyring[${PYTHON_USEDEP}]
|
||||
dev-python/keyrings_alt[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodomex[${PYTHON_USEDEP}]
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
dev-python/pynwb[${PYTHON_USEDEP}]
|
||||
dev-python/pyout[${PYTHON_USEDEP}]
|
||||
@ -64,7 +65,7 @@ src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
#python_install_all() {
|
||||
# distutils-r1_python_install_all
|
||||
# dodoc README.md
|
||||
#}
|
||||
python_test() {
|
||||
export DANDI_TESTS_NONETWORK=1
|
||||
DANDI_TESTS_NONETWORK=1 ${EPYTHON} -m pytest -vv || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user